pub fn decode_html_entities_to_writer<S: AsRef<str>, W: Write>( text: S, output: &mut W, ) -> Result<(), Error>
Decode html entities in a given string to a writer.