1 2 3 4 5 6 7 8 9
pub mod svg_writable; // use std::io::Write; // pub(crate) struct XmlWriter<W: Write>(quick_xml::Writer<W>); // impl<W: Write> XmlWriter<W> { // }