Trait xmlhelper::decode::XmlEventStream [] [src]

pub trait XmlEventStream {
    fn next(&mut self) -> Option<XmlReaderResult<XmlEvent>>;
fn peek(&mut self) -> Option<&XmlReaderResult<XmlEvent>>; }

Required Methods

Implementors