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