Module xso::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§

  • Helper iterator to convert an Box<T> to XML.
  • Helper iterator to convert an Option<T> to XML.