rmp::encode

Trait RmpWriteErr

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

source§

impl RmpWriteErr for Infallible

source§

impl RmpWriteErr for Error

Implementors§