[][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]