ToXml

Derive Macro ToXml 

Source
#[derive(ToXml)]
{
    // Attributes available to this derive:
    #[xml]
}
Expand description

Derives XML serialization for a struct or enum

This macro supports #[xml(...)] attributes for configuring serialization behavior. See the instant-xml crate-level documentation for more details.