base64_decode

Function base64_decode 

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

Decode the base64 encoded data.