pub type OutStream = FramedWrite<SendStream, LengthDelimitedCodec>;
Sending end of a data stream: a Sink that accepts Bytes.
pub struct OutStream { /* private fields */ }