DeserializeXml

Derive Macro DeserializeXml 

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

Derive macro to automatically implement DeserializeXml for structs.

See the crate documentation for more information and examples.