Trait rmp::decode::RmpReadErr

source ·
pub trait RmpReadErr: Display + Debug + MaybeErrBound + 'static { }
Expand description

The error type for I/O operations on RmpRead and associated traits.

For std::io::Read, this is std::io::Error

Implementations on Foreign Types§

source§

impl RmpReadErr for Infallible

source§

impl RmpReadErr for Error

Implementors§