pub type SubstateSystemStructures = IndexMap<NodeId, IndexMap<PartitionNumber, IndexMap<SubstateKey, SubstateSystemStructure>>>;

Aliased Type§

struct SubstateSystemStructures {
    pub(crate) core: IndexMapCore<NodeId, IndexMap<PartitionNumber, IndexMap<SubstateKey, SubstateSystemStructure>>>,
    hash_builder: RandomState,
}

Fields§

§core: IndexMapCore<NodeId, IndexMap<PartitionNumber, IndexMap<SubstateKey, SubstateSystemStructure>>>§hash_builder: RandomState