Function base64_url::encode_and_push_to_string[][src]

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

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