Type Definition zstd_safe::DStream[][src]

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

A Decompression stream.

Same as DCtx.