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
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 ofBufRead
. - Slice
Reader - Implements a
XmlReader
for string slices.
Traits§
- XmlReader
- Trait that defines the basics for an XML reader.
- XmlReader
Sync - Trait that defines a synchronous XML reader.