#[derive(IntoXml)] { // Attributes available to this derive: #[xml] }
This derives the IntoXml trait. For a complete reference on the attributes required and accepted by this macro, see the FromXml documentation. Derive macro for IntoXml.
IntoXml
FromXml