pub fn decode<T: AsRef<[u8]>>(input: T) -> Result<Vec<u8>, DecodeError>
👎Deprecated since 0.21.0: Use Engine::decode
Expand description

Decode base64 using the STANDARD engine.

See Engine::decode.