Enum tmq_zmq::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. Read more

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]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for EncodeError

impl Sync for EncodeError