Type Definition zstd_safe::DStream

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

A Decompression stream.

Same as DCtx.