Function decode

Source
pub fn decode(data: &str) -> Result<Vec<u8>, DecodeError>
Expand description

Decode a Base 64 string into a byte slice.