pub trait RmpWriteErr:
Display
+ Debug
+ MaybeErrBound
+ 'static { }Expand description
The error type for operations on the RmpWrite trait.
For std::io::Write, this is std::io::Error
For ByteBuf, this is core::convert::Infallible
Implementations on Foreign Types§
impl RmpWriteErr for Infallible
impl RmpWriteErr for Error
Available on crate feature
std only.