Skip to main content

write_html_content

Function write_html_content 

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

writes the HTML-content-encoded form of input to out.

see for_html_content for encoding rules.