Function azure_core::base64::decode

source ·
pub fn decode<T>(input: T) -> Result<Vec<u8>>
where T: AsRef<[u8]>,