Derive Macro xso::IntoXml

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

§Make a struct or enum convertible into XML

For all supported attributes, please see FromXml. Derive macro for IntoXml.