Expand description
Defines and implements different helper traits that are needed for the
deserialization process with the quick_xml crate.
Structs§
- Error
Reader - Implements a
XmlReaderthat is able to provide additional error information like the current cursor position or the chain of currently processed XML tags. - IoReader
- Implements an
XmlReaderfor any kind ofBufRead. - Slice
Reader - Implements a
XmlReaderfor string slices.
Traits§
- XmlReader
- Trait that defines the basics for an XML reader.
- XmlReader
Sync - Trait that defines a synchronous XML reader.