rmp::decode

Trait 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§