pub type PlHashSet<V> = HashSet<V, RandomState>;

Trait Implementations