Struct rmp::encode::WriteError
[−]
[src]
pub struct WriteError(pub Error);
Represents an error that can occur when attempting to write MessagePack'ed value into the write.
Trait Implementations
impl Debug for WriteError[src]
impl Error for WriteError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl Display for WriteError[src]
impl From<Error> for WriteError[src]
fn from(err: Error) -> WriteError
Performs the conversion.