FromXml

Derive Macro FromXml 

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

Derives XML deserialization for a struct or enum

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