Struct rmp::encode::WriteError [] [src]

pub struct WriteError(pub Error);

Represents an error that can occur when attempting to write MessagePack'ed value into the write.

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 Display for WriteError
[src]

Formats the value using the given formatter.

impl From<Error> for WriteError
[src]

Performs the conversion.