Type Alias Padding

Source
type Padding = usize;
Available on crate feature bytes only.
Expand description

We add Padding to segments to prevent needing to re-allocate our collection when creating a SegmentedReader.