Struct base64::Config [−][src]
pub struct Config { /* fields omitted */ }
Expand description
Contains configuration parameters for base64 encoding
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more