Type Alias XmlReader

Source
pub type XmlReader<R> = Reader<R>;
Expand description

Type alias for the underlying reader

Aliased Typeยง

struct XmlReader<R> { /* private fields */ }