Type Alias Segment

Source
pub type Segment = FixedVec<u8, SegmentLen>;
Expand description

A segment of data.

Aliased Typeยง

struct Segment(/* private fields */);