Home
last modified time | relevance | path

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

/external/rust/crates/plotters-svg/src/
Dsvg.rs76 pub struct SVGBackend<'a> { struct
83 impl<'a> SVGBackend<'a> { implementation
183 impl<'a> DrawingBackend for SVGBackend<'a> { implementation
570 impl Drop for SVGBackend<'_> { implementation
/external/rust/crates/plotters/src/
Devcxr.rs37 Draw: FnOnce(DrawingArea<SVGBackend, Shift>) -> Result<(), Box<dyn std::error::Error>>, in evcxr_figure()