[−][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 Errorfn from(err: ValueWriteError) -> Error[src]
fn from(err: ValueWriteError) -> ErrorPerforms the conversion.