Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dtext.rs117 pub struct TextStyleBuilder<'a, T: IntoTextStyle<'a>> { struct
124 impl<'a, T: IntoTextStyle<'a>> IntoTextStyle<'a> for TextStyleBuilder<'a, T> { argument