Expand description
§Generic builder type implementations
This module contains FromEventsBuilder
implementations for types from
foreign libraries (such as the standard library).
In order to not clutter the xso
crate’s main namespace, they are
stashed away in a separate module.
Structs§
- Helper struct to construct an
Box<T>
from XML events. - Build a
Result<T, E>
from XML. - Helper struct to construct an
Option<T>
from XML events.