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