Skip to main content

write_html_attribute

Function write_html_attribute 

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

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

see for_html_attribute for encoding rules.