[][src]Function base64_url::encode_and_push_to_string

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

Please use the encode_to_string function instead

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