Struct tokio_serde_msgpack::MsgPackEncoder [] [src]

pub struct MsgPackEncoder<T> where
    T: Serialize
{ /* fields omitted */ }

Methods

impl<T> MsgPackEncoder<T> where
    T: Serialize
[src]

[src]

Trait Implementations

impl<T> Encoder for MsgPackEncoder<T> where
    T: Serialize
[src]

The type of items consumed by the Encoder

The type of encoding errors. Read more

[src]

Encodes a frame into the buffer provided. Read more

Auto Trait Implementations

impl<T> Send for MsgPackEncoder<T> where
    T: Send

impl<T> Sync for MsgPackEncoder<T> where
    T: Sync