Enum base64::Base64Error [] [src]

pub enum Base64Error {
    Utf8(FromUtf8Error),
    InvalidByte(usizeu8),
    InvalidLength,
}

Variants

Trait Implementations

impl Debug for Base64Error
[src]

Formats the value using the given formatter.

impl Display for Base64Error
[src]

Formats the value using the given formatter.

impl Error for Base64Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<FromUtf8Error> for Base64Error
[src]

Performs the conversion.