pub type InStream = FramedRead<RecvStream, LengthDelimitedCodec>;
Receiving end of a data stream: a Stream of BytesMut.
pub struct InStream { /* private fields */ }