Module reader

Module reader 

Source
Expand description

Defines and implements different helper traits that are needed for the deserialization process with the quick_xml crate.

Structs§

ErrorReader
Implements a XmlReader that is able to provide additional error information like the current cursor position or the chain of currently processed XML tags.
IoReader
Implements an XmlReader for any kind of BufRead.
SliceReader
Implements a XmlReader for string slices.

Traits§

XmlReader
Trait that defines the basics for an XML reader.
XmlReaderSync
Trait that defines a synchronous XML reader.