pub type Segment = FixedVec<u8, SegmentLen>;
A segment of data.
pub struct Segment(/* private fields */);