Struct rmp::encode::WriteError
[−]
[src]
pub struct WriteError(_);
Represents an error that can occur when attempting to write MessagePack'ed value into the write.
pub struct WriteError(_);
Represents an error that can occur when attempting to write MessagePack'ed value into the write.
impl Error for WriteError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Display for WriteError
impl From<Error> for WriteError
fn from(err: Error) -> WriteError
impl Debug for WriteError