Trait strong_xml::XmlWrite[][src]

pub trait XmlWrite {
    fn to_writer<W: Write>(&self, writer: &mut XmlWriter<W>) -> XmlResult<()>;

    fn to_string(&self) -> XmlResult<String> { ... }
}

Required methods

fn to_writer<W: Write>(&self, writer: &mut XmlWriter<W>) -> XmlResult<()>[src]

Provided methods

Implementors