Function decode

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

Decode base64 using the STANDARD engine.

See [Engine::decode].