[][src]Type Definition nakamoto_common::collections::HashSet

type HashSet<K> = HashSet<K, RandomState>;

A HashSet which uses fastrand::Rng for its random state.