Trait xso::IntoXmlText
source · pub trait IntoXmlText {
// Required method
fn into_xml_text(self) -> String;
}
Expand description
Convert a value into XML text.
Required Methods§
sourcefn into_xml_text(self) -> String
fn into_xml_text(self) -> String
Consume the value and return it as XML string.