Type Alias CustomStateDependencyMap

Source
pub type CustomStateDependencyMap = PrecomputedHashMap<AtomIdent, SmallVec<[Dependency; 1]>>;
Expand description

Dependency mapping for customstates

Aliased Typeยง

pub struct CustomStateDependencyMap { /* private fields */ }