Type Alias style::selector_map::PrecomputedHashSet
source · pub type PrecomputedHashSet<K> = HashSet<K, BuildHasherDefault<PrecomputedHasher>>;
Expand description
A simple alias for a hashset using PrecomputedHasher.
Aliased Type§
struct PrecomputedHashSet<K> { /* private fields */ }