Skip to main content

write_xml_comment

Function write_xml_comment 

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

writes the XML-comment-encoded form of input to out.

see for_xml_comment for encoding rules.