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