pub fn write_css_string<W: Write>(out: &mut W, input: &str) -> Result
writes the CSS-string-encoded form of input to out.
input
out
see for_css_string for encoding rules.
for_css_string