Skip to main content

write_html_unquoted_attribute

Function write_html_unquoted_attribute 

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

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

see for_html_unquoted_attribute for encoding rules.