Skip to main content

base64_decode

Function base64_decode 

Source
pub fn base64_decode<T: AsRef<[u8]>>(data: T) -> Result<Vec<u8>, DecodeError>