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]
impl Error for FixedValueWriteError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more