Function url_escape::decode_to_writer[][src]

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

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