type ComponentPool = HashMap<(ToolKind, String), Vec<(ItemDefinitionIdOwned, Option<Hands>)>>;

Aliased Type§

struct ComponentPool {
    pub(crate) hash_builder: BuildHasherDefault<AHasher>,
    pub(crate) table: RawTable<((ToolKind, String), Vec<(ItemDefinitionIdOwned, Option<Hands>)>)>,
}

Fields§

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