Derive Macro xso::IntoXml

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

§Make a struct or enum convertible into XML

This derives the IntoXml trait. For a complete reference on the attributes required and accepted by this macro, see the FromXml documentation. Derive macro for IntoXml.