autopush_common::util

Function b64_decode

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

Try to decode the string, first as URL safe, then as STD.