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