Type Alias mz_ore::bytes::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.