Home
last modified time | relevance | path

Searched defs:IntoTextStyle (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/style/
Dtext.rs20 pub trait IntoTextStyle<'a> { interface
211 impl<'a> IntoTextStyle<'a> for &'a str { impl
235 impl<'a, T: Color> IntoTextStyle<'a> for &'a T { impl