to_string

Function to_string 

Source
pub fn to_string<'facet, T>(
    value: &T,
) -> Result<String, SerializeError<XmlSerializeError>>
where T: Facet<'facet> + ?Sized,
Expand description

Serialize a value to an XML string with default options.