pub fn decode<T: AsRef<[u8]>>(input: T) -> Result<Vec<u8>, DecodeError>
Decode from string reference as octets using the standard base64::Engine.
base64::Engine