pub type XmlReader<R> = Reader<R>;
Type alias for the underlying reader
struct XmlReader<R> { /* private fields */ }