pub type ClusterTable = HashMap<i32, ClusterStats>;

Aliased Type§

struct ClusterTable {
    base: HashMap<i32, ClusterStats, RandomState>,
}

Fields§

§base: HashMap<i32, ClusterStats, RandomState>