Type Alias SegmentInstanceIndex

Source
pub type SegmentInstanceIndex = Index<SegmentedInstance>;

Aliased Type§

pub struct SegmentInstanceIndex(u32, PhantomData<SegmentedInstance>);

Tuple Fields§

§0: u32§1: PhantomData<SegmentedInstance>