pub type CustomStateDependencyMap = PrecomputedHashMap<AtomIdent, SmallVec<[Dependency; 1]>>;
Expand description
Dependency mapping for customstates
Aliased Type§
struct CustomStateDependencyMap { /* private fields */ }
pub type CustomStateDependencyMap = PrecomputedHashMap<AtomIdent, SmallVec<[Dependency; 1]>>;
Dependency mapping for customstates
struct CustomStateDependencyMap { /* private fields */ }