Function decode

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

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