Trait embedded_graphics::primitives::Primitive
source · pub trait Primitive: Dimensions {
// Provided method
fn into_styled<S>(self, style: S) -> Styled<Self, S>
where Self: Sized { ... }
}
Expand description
Primitive trait
Provided Methods§
sourcefn into_styled<S>(self, style: S) -> Styled<Self, S>where
Self: Sized,
fn into_styled<S>(self, style: S) -> Styled<Self, S>where Self: Sized,
Converts this primitive into a Styled
.