pub type SegmentInstanceStorage = Storage<SegmentedInstance>;

Aliased Type§

struct SegmentInstanceStorage {
    data: Vec<SegmentedInstance>,
}

Fields§

§data: Vec<SegmentedInstance>