pub type DictCompressorRef<'a> = DictCompressorRefN<'a, DEFAULT_DICT_ENTRIES>;Expand description
A reusable dict block compressor (borrowing) with the standard 8 KB tables.
Aliased Typeยง
pub struct DictCompressorRef<'a> { /* private fields */ }pub type DictCompressorRef<'a> = DictCompressorRefN<'a, DEFAULT_DICT_ENTRIES>;A reusable dict block compressor (borrowing) with the standard 8 KB tables.
pub struct DictCompressorRef<'a> { /* private fields */ }