Type Alias huffman_compress::Decoder

source ·
pub type Decoder<'a, K, I> = Take<UnboundedDecoder<'a, K, I>>;
Expand description

A bounded decoder, decoding symbols from a source of bits.

Aliased Type§

struct Decoder<'a, K, I> { /* private fields */ }