jam_types

Type Alias Segment

Source
pub type Segment = FixedVec<u8, ConstU32<{ _ }>>;
Expand description

A segment of data.

Aliased Typeยง

struct Segment(/* private fields */);