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
.
type Padding = usize;
bytes
only.We add Padding
to segments to prevent needing to re-allocate our
collection when creating a SegmentedReader
.