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