pub fn encode_to_string<'a, S: AsRef<str>>(
    text: S,
    ascii_set: &'static AsciiSet,
    output: &'a mut String
) -> &'a str
Expand description

Write text to a mutable String reference and return the encoded string slice.