logo
pub type Base64Decoder<'i> = Decoder<'i, Base64>;
Expand description

Buffered Base64 decoder type.

Trait Implementations

Converts to this type from the input type.