[][src]Type Definition sse_codec::EncodeStream

type EncodeStream<W> = FramedWrite<W, SSECodec>;

Type of an encoding stream, returned from encode_stream().