pub fn encode_and_push_to_string<T: ?Sized + AsRef<[u8]>, S: Into<String>>(
    input: &T,
    output: S
) -> String
Expand description

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