pub type EncodeStream<W> = FramedWrite<W, SSECodec>;Expand description
Type of an encoding stream, returned from encode_stream().
Aliased Typeยง
pub struct EncodeStream<W> { /* private fields */ }pub type EncodeStream<W> = FramedWrite<W, SSECodec>;Type of an encoding stream, returned from encode_stream().
pub struct EncodeStream<W> { /* private fields */ }