#[derive(FromXml)]
{
// Attributes available to this derive:
#[xml]
}
Expand description
Macro to derive a xso::FromXml
implementation on a type.
The user-facing documentation for this macro lives in the xso
crate.
#[derive(FromXml)]
{
// Attributes available to this derive:
#[xml]
}
Macro to derive a xso::FromXml
implementation on a type.
The user-facing documentation for this macro lives in the xso
crate.