[][src]Type Definition sse_codec::DecodeStream

type DecodeStream<R> = FramedRead<R, SSECodec>;

Type of a decoding stream, returned from decode_stream().