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

Decode percent-encoded bytes in a given string to a writer.