pub type Base64Decoder<'i> = Decoder<'i, Base64>;
Buffered Base64 decoder type.
pub struct Base64Decoder<'i> { /* private fields */ }