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