pub type VoteCount = HashMap<Identifier, HashSet<Hash>>;

Aliased Type§

struct VoteCount {
    base: HashMap<Identifier, HashSet<Hash, RandomState>, RandomState, Global>,
}

Fields§

§base: HashMap<Identifier, HashSet<Hash, RandomState>, RandomState, Global>