Enum z85::FromZ85Error [] [src]

pub enum FromZ85Error {
    InvalidZ85Byte(u8usize),
    InvalidZ85Length(usize),
}

Variants

The input contained a character not part of the Z85 format

The input had an invalid length

Trait Implementations

impl Clone for FromZ85Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FromZ85Error
[src]

impl Debug for FromZ85Error
[src]

Formats the value using the given formatter.

impl Error for FromZ85Error
[src]

A short description of the error. Read more

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

impl Display for FromZ85Error
[src]

Formats the value using the given formatter. Read more