[−][src]Type Definition rmp::encode::Error
type Error = Error;
The error type for I/O operations of the Write
and associated traits.
Trait Implementations
impl From<ValueWriteError> for Error
[src]
impl From<ValueWriteError> for Error
fn from(err: ValueWriteError) -> Error
[src]
fn from(err: ValueWriteError) -> Error
Performs the conversion.