pub fn encode_to_writer<S: AsRef<str>, W: Write>(
    text: S,
    ascii_set: &'static AsciiSet,
    output: &mut W
) -> Result<(), Error>
Expand description

Write text to a writer.