Base64Decoder

Type Alias Base64Decoder 

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

Buffered Base64 decoder type.

Aliased Type§

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

Trait Implementations§

Source§

impl<'i> From<Decoder<'i>> for Base64Decoder<'i>

Source§

fn from(decoder: Decoder<'i>) -> Base64Decoder<'i>

Converts to this type from the input type.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 80 bytes