type SecondaryComponentPool = HashMap<ToolKind, Vec<(Arc<ItemDef>, Option<Hands>)>>;

Aliased Type§

struct SecondaryComponentPool {
    pub(crate) hash_builder: BuildHasherDefault<AHasher>,
    pub(crate) table: RawTable<(ToolKind, Vec<(Arc<ItemDef>, Option<Hands>)>)>,
}

Fields§

§hash_builder: BuildHasherDefault<AHasher>§table: RawTable<(ToolKind, Vec<(Arc<ItemDef>, Option<Hands>)>)>