Enum mpack::WriteError [] [src]

pub enum WriteError {
    Io(Error),
    TooMuchData(usize),
    UnregisteredExt(TypeId),
}

An error encountered while trying to write a value.

Variants

Trait Implementations

impl Debug for WriteError
[src]

Formats the value using the given formatter.

impl Error for WriteError
[src]

A short description of the error. Read more

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

impl From<Error> for WriteError
[src]

Performs the conversion.

impl Display for WriteError
[src]

Formats the value using the given formatter. Read more