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