Skip to main content

write_xml

Function write_xml 

Source
pub fn write_xml<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the XML-encoded form of input to out.

see for_xml for encoding rules.