Enum zero85::ToZ85Error [] [src]

pub enum ToZ85Error {
    InvalidZ85InputSize(usize),
}

Variants

The input had an invalid length

Trait Implementations

impl Clone for ToZ85Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ToZ85Error
[src]

impl Display for ToZ85Error
[src]

Formats the value using the given formatter. Read more

impl Error for ToZ85Error
[src]

A short description of the error. Read more

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

impl Debug for ToZ85Error
[src]

Formats the value using the given formatter.