[][src]Function base64_url::encode_and_store_to_slice

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

Please use the encode_to_slice function instead

Encode data to a Base64-URL string into a slice and return the valid length.