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
pub trait RmpReadErr:
Display
+ Debug
+ MaybeErrBound
+ 'static { }The error type for I/O operations on RmpRead and associated traits.
For std::io::Read, this is std::io::Error