Struct rmp::encode::value_ref::Error [] [src]

pub struct Error(_);

Trait Implementations

impl Display for Error

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

impl Error for Error

fn description(&self) -> &str

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

impl From<FixedValueWriteError> for Error

fn from(err: FixedValueWriteError) -> Error

impl From<ValueWriteError> for Error

fn from(err: ValueWriteError) -> Error

Derived Implementations

impl Debug for Error

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