pub type Base64Decoder<'i> = Decoder<'i, Base64>;
Available on crate feature pkcs8 only.
Expand description

Buffered Base64 decoder type.

Aliased Type§

struct Base64Decoder<'i> { /* private fields */ }