Derive Macro xso::AsXml

source ·
#[derive(AsXml)]
{
    // Attributes available to this derive:
    #[xml]
}
Expand description

§Make a struct or enum serialisable to XML

This derives the AsXml trait on a struct or enum. It is the counterpart to FromXml.

The attributes necessary and available for the derivation to work are documented on FromXml. Macro to derive a xso::AsXml implementation on a type.

The user-facing documentation for this macro lives in the xso crate.