Enum zmq_pw::EncodeError [] [src]

pub enum EncodeError {
    BadLength,
    FromUtf8Error(FromUtf8Error),
}

Errors that can occur while encoding Z85.

Variants

Trait Implementations

impl Debug for EncodeError
[src]

Formats the value using the given formatter.

impl From<FromUtf8Error> for EncodeError
[src]

Performs the conversion.

impl Display for EncodeError
[src]

Formats the value using the given formatter. Read more

impl Error for EncodeError
[src]

A short description of the error. Read more

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