Type Definition style::selector_map::PrecomputedHashSet [] [src]

type PrecomputedHashSet<K> = HashSet<K, BuildHasherDefault<PrecomputedHasher>>;

A simple alias for a hashset using PrecomputedHasher.