Trait xmlhelper::decode::FromXMLStream [] [src]

pub trait FromXMLStream<S: XmlEventStream>: Sized + Default {
    fn from_xml(stream: &mut S) -> Result<Self>;
}

Required Methods

Implementors