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]
impl Debug for DisplayError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DisplayError
[src]
impl PartialEq for DisplayError
Auto Trait Implementations
impl Send for DisplayError
impl Send for DisplayError
impl Sync for DisplayError
impl Sync for DisplayError