Enum rmp::encode::value::Error [] [src]

pub enum Error {
    UnstableCommonError(String),
}

Variants

UnstableCommonError

Trait Implementations

impl Error for Error

fn description(&self) -> &str

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

impl Display for Error

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

impl From<FixedValueWriteError> for Error

fn from(err: FixedValueWriteError) -> Error

impl From<ValueWriteError> for Error

fn from(_: ValueWriteError) -> Error

Derived Implementations

impl Debug for Error

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