pub type SegmentInstanceStorage = Storage<SegmentedInstance>;
Aliased Type§
struct SegmentInstanceStorage {
data: Vec<SegmentedInstance>,
}
Fields§
§data: Vec<SegmentedInstance>
pub type SegmentInstanceStorage = Storage<SegmentedInstance>;
struct SegmentInstanceStorage {
data: Vec<SegmentedInstance>,
}
data: Vec<SegmentedInstance>