pub trait ToXML { // Required method fn to_xml(&self) -> String; }
Converts to a String of XML.
String