Skip to main content

transform_format

Function transform_format 

Source
pub async fn transform_format(
    format: &str,
    xml_content: &XmlElement,
) -> Option<String>
Expand description

Transform XmlElement to string in the given format. Returns None if format is not supported (e.g. “xml” uses build_xml_string instead).