Struct rmp::encode::WriteError [] [src]

pub struct WriteError(_);

Represents an error that can occur when attempting to write MessagePack'ed value into the write.

Trait Implementations

impl Error for WriteError

fn description(&self) -> &str

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

impl Display for WriteError

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

impl From<Error> for WriteError

fn from(err: Error) -> WriteError

Derived Implementations

impl Debug for WriteError

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