pub type DecodeStream<R> = FramedRead<R, SSECodec>;Expand description
Type of a decoding stream, returned from decode_stream().
Aliased Typeยง
pub struct DecodeStream<R> { /* private fields */ }pub type DecodeStream<R> = FramedRead<R, SSECodec>;Type of a decoding stream, returned from decode_stream().
pub struct DecodeStream<R> { /* private fields */ }