Enum base64::display::DisplayError
[−]
[src]
pub enum DisplayError { InvalidLineLength, }
Errors that can occur initializing a Base64Display.
Variants
InvalidLineLength
If wrapping is configured, the line length must be a multiple of 4, and must not be absurdly large (currently capped at 1024, subject to change).
Trait Implementations
impl Debug for DisplayError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more