Expand description
§Error types for XML parsing
This module contains the error types used throughout the xso
crate.
Enums§
- Error
- Error variants generated while parsing or serialising XML data.
- From
Element Error - Error returned by the
TryFrom<Element>
implementations. - From
Events Error - Error returned from
FromXml::from_events
.