[][src]Trait strong_xml::XmlRead

pub trait XmlRead<'a>: Sized {
    fn from_reader(reader: &mut XmlReader<'a>) -> XmlResult<Self>;

    fn from_str(text: &'a str) -> XmlResult<Self> { ... }
}

Required methods

fn from_reader(reader: &mut XmlReader<'a>) -> XmlResult<Self>

Loading content...

Provided methods

fn from_str(text: &'a str) -> XmlResult<Self>

Loading content...

Implementors

Loading content...