Home
last modified time | relevance | path

Searched refs:BoxedElement (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/element/
Dcomposable.rs28 type Output = BoxedElement<Coord, DB, Other>;
30 BoxedElement { in add()
58 pub struct BoxedElement<Coord, DB: DrawingBackend, A: Drawable<DB>> { struct
65 for &'b BoxedElement<Coord, DB, A> argument
74 impl<Coord, DB: DrawingBackend, A> Drawable<DB> for BoxedElement<Coord, DB, A> implementation
99 impl<Coord, DB: DrawingBackend, My, Yours> Add<Yours> for BoxedElement<Coord, DB, My> implementation