[][src]Function subtle_encoding::base64::decode

pub fn decode<B: AsRef<[u8]>>(encoded_bytes: B) -> Result<Vec<u8>, Error>

Decode the given data from Base64, returning a Vec<u8>