Trait reanim_decode::xml::DisplayXml
source · pub trait DisplayXml {
// Required method
fn fmt_xml(&self, f: &mut Formatter<'_>) -> Result;
// Provided method
fn to_xml_string(&self) -> String { ... }
}
Expand description
Display in XML format.
Required Methods§
Provided Methods§
sourcefn to_xml_string(&self) -> String
fn to_xml_string(&self) -> String
Convenience function: convert to XML string.