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

pub struct FixedValueWriteError(_);

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

Trait Implementations

impl Error for FixedValueWriteError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for FixedValueWriteError

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for FixedValueWriteError

fn fmt(&self, __arg_0: &mut Formatter) -> Result