Searched defs:SVGBackend (Results 1 – 2 of 2) sorted by relevance
75 pub struct SVGBackend<'a> { struct82 impl<'a> SVGBackend<'a> { impl182 impl<'a> DrawingBackend for SVGBackend<'a> { implementation568 impl Drop for SVGBackend<'_> { implementation
32 Draw: FnOnce(DrawingArea<SVGBackend, Shift>) -> Result<(), Box<dyn std::error::Error>>, in evcxr_figure()