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§