Skip to main content

IntoXml

Trait IntoXml 

Source
pub trait IntoXml {
    // Required method
    fn into_xml(self) -> XmlResult<ElementBuilder>;
}
Expand description

Converts a value into a single XML element builder.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§