Home
last modified time | relevance | path

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

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