Type Definition tokio_serde_msgpack::MsgPackWriter [] [src]

type MsgPackWriter<T, S> = FramedWrite<WriteHalf<T>, MsgPackEncoder<S>>;