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§

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