Type Alias ByteRanges

Source
pub type ByteRanges = RangeSet2<u64>;
Expand description

A set of byte ranges

Aliased Typeยง

pub struct ByteRanges(/* private fields */);