Decoder

Type Alias 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ยง

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