xso

Module fromxml

Source
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§

BoxBuilder
Helper struct to construct an Box<T> from XML events.
Discard
Builder which discards an entire child tree without inspecting the contents.
FallibleBuilder
Build a Result<T, E> from XML.
OptionBuilder
Helper struct to construct an Option<T> from XML events.