Type Definition zstd_safe::DStream[][src]

type DStream<'a> = DCtx<'a>;
Expand description

A Decompression stream.

Same as DCtx.