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§
impl RmpReadErr for Infallible
impl RmpReadErr for Error
Available on crate feature
std
only.