[][src]Trait strong_xml::XmlWrite

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<()>

Loading content...

Provided methods

fn to_string(&self) -> XmlResult<String>

Loading content...

Implementors

Loading content...