OutStream

Type Alias OutStream 

Source
pub type OutStream = FramedWrite<SendStream, LengthDelimitedCodec>;
Expand description

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

Aliased Typeยง

pub struct OutStream { /* private fields */ }