Enum mpack::ReadError [] [src]

pub enum ReadError {
    Io(Error),
    NoData,
    NotExtended,
    Unrecognized(u8),
}

An error encountered while trying to read a value.

Variants

Trait Implementations

impl Debug for ReadError
[src]

Formats the value using the given formatter.

impl Error for ReadError
[src]

A short description of the error. Read more

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

impl From<Error> for ReadError
[src]

Performs the conversion.

impl Display for ReadError
[src]

Formats the value using the given formatter. Read more