to_string_with_options

Function to_string_with_options 

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

Serialize a value to an XML string with custom options.