Function base64_decode

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

Decode base64 encoded data.