pub fn to_string_with_options<'facet, T>(
value: &T,
options: &SerializeOptions,
) -> Result<String, SerializeError<XmlSerializeError>>Expand description
Serialize a value to an XML string with custom options.
pub fn to_string_with_options<'facet, T>(
value: &T,
options: &SerializeOptions,
) -> Result<String, SerializeError<XmlSerializeError>>Serialize a value to an XML string with custom options.