pub fn write_html_attribute<W: Write>(out: &mut W, input: &str) -> Result
writes the HTML-attribute-encoded form of input to out.
input
out
see for_html_attribute for encoding rules.
for_html_attribute