Type Alias pem_rfc7468::Base64Decoder 
source · pub type Base64Decoder<'i> = Decoder<'i, Base64>;Expand description
Buffered Base64 decoder type.
Aliased Type§
struct Base64Decoder<'i> { /* private fields */ }Trait Implementations§
source§impl<'i> From<Decoder<'i>> for Base64Decoder<'i>
 
impl<'i> From<Decoder<'i>> for Base64Decoder<'i>
source§fn from(decoder: Decoder<'i>) -> Base64Decoder<'i>
 
fn from(decoder: Decoder<'i>) -> Base64Decoder<'i>
Converts to this type from the input type.