[][src]Function base64ct::url::padded::decode_vec

pub fn decode_vec(input: &str) -> Result<Vec<u8>, Error>
This is supported on crate feature alloc only.

Decode a URL-safe Base64 string with padding into a byte vector.