[][src]Function html_escape::decode_script_to_writer

pub fn decode_script_to_writer<S: AsRef<str>, W: Write>(
    text: S,
    output: &mut W
) -> Result<(), Error>

Decode script text in a given string to a writer. Unescape <\/script> to </script>.