pub type DefaultRangeDecoder<Backend = Cursor<u32, Vec<u32>>> = RangeDecoder<u32, u64, Backend>;
Expand description

Type alias for a RangeDecoder with sane parameters for typical use cases.

Aliased Type§

struct DefaultRangeDecoder<Backend = Cursor<u32, Vec<u32>>> { /* private fields */ }