Struct xmlhelper::decode::ElementScopedStream [] [src]

pub struct ElementScopedStream<'a, S: XmlEventStream + 'a> { /* fields omitted */ }

Element Scoped Stream

Methods

impl<'a, S: XmlEventStream + 'a> ElementScopedStream<'a, S>
[src]

Trait Implementations

impl<'a, S: XmlEventStream + 'a> XmlEventStream for ElementScopedStream<'a, S>
[src]