Searched defs:IntoTextStyle (Results 1 – 1 of 1) sorted by relevance
20 pub trait IntoTextStyle<'a> { interface211 impl<'a> IntoTextStyle<'a> for &'a str { impl235 impl<'a, T: Color> IntoTextStyle<'a> for &'a T { impl