[−][src]Trait plotters::element::IntoDynElement
The trait that makes the conversion from the statically dispatched element to the dynamically dispatched element
Required methods
fn into_dyn(self) -> DynElement<'a, DB, Coord>
Make the conversion
Implementors
impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for T where
T: Drawable<DB> + 'b,
&'a T: PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,
[src]
T: Drawable<DB> + 'b,
&'a T: PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,