Module asxml

Source
Expand description

§Generic iterator type implementations

This module contains AsXml iterator 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§

BoxAsXml
Helper iterator to convert an Box<T> to XML.
OptionAsXml
Helper iterator to convert an Option<T> to XML.
PrintRawXml
Provides a helper which implements Display printing raw XML