Type Definition zstd_safe::DStream[][src]

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

A Decompression stream.

Same as DCtx.