Type Definition tokio_serde_msgpack::MsgPackReader [] [src]

type MsgPackReader<'lt, T, R> = FramedRead<ReadHalf<T>, MsgPackDecoder<'lt, R>>;