[][src]Type Definition conec::OutStream

type OutStream = FramedWrite<SendStream, LengthDelimitedCodec>;

Sending end of a data stream: a Sink that accepts Bytes.