pub fn encode_and_push_to_string_mut<T: ?Sized + AsRef<[u8]>>(
    input: &T,
    output: &mut String
)
👎 Deprecated since 1.4.0:

Please use the encode_to_string function instead

Expand description

Encode data to a Base64-URL string and directly store into a mutable String reference by concatenating them. It is usually for generating a URL.