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

Implementors