Derive Macro xso::DynNamespace
source · #[derive(DynNamespace)]
{
// Attributes available to this derive:
#[xml]
}
Expand description
§Make a struct fully dynamically namespaceable
This derives the DynNamespace
trait. For a complete reference on the
attributes required and accepted by this macro, see the FromXml
documentation.
Derive macro for DynNamespace
.