decode

Function decode 

Source
pub fn decode<T: AsRef<[u8]>>(input: T) -> Result<Vec<u8>, DecodeError>
Expand description

Decode from string reference as octets using the standard base64::Engine.