pub struct Config { /* private fields */ }
Expand description
Contains configuration parameters for base64 encoding
Implementations
Create a new Config
.
Sets whether to emit errors for nonzero trailing bits.
This is useful when implementing forgiving-base64 decode.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more