Struct rmp::encode::FixedValueWriteError [] [src]

pub struct FixedValueWriteError(pub WriteError);

Represents an error that can occur when attempting to write MessagePack'ed single-byte value.

Trait Implementations

impl Debug for FixedValueWriteError
[src]

Formats the value using the given formatter.

impl Error for FixedValueWriteError
[src]

A short description of the error. Read more

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

impl Display for FixedValueWriteError
[src]

Formats the value using the given formatter.