#[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.
#[derive(DeserializeXml)]
{
// Attributes available to this derive:
#[deserialize_xml]
}
Derive macro to automatically implement DeserializeXml for structs.
See the crate documentation for more information and examples.