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