Struct xmlhelper::decode::Stream [] [src]

pub struct Stream<R: Read>(_);

Owned stream

Methods

impl<R: Read> Stream<R>
[src]

Construct a stream

Trait Implementations

impl<R: Read> From<R> for Stream<R>
[src]

Performs the conversion.

impl<R: Read> XmlEventStream for Stream<R>
[src]