[][src]Function base64_url::decode_and_push_to_vec_mut

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

Please use the decode_to_vec function instead

Decode a Base64-URL string to data and directly store into a mutable Vec reference by concatenating them.