Skip to main content

WeakHashSet

Type Alias WeakHashSet 

Source
type WeakHashSet<T> = WeakHashSet<T, RandomState>;
Expand description

Alias to force use of RandomState, regardless of features enabled in weak_tables.

See https://github.com/tov/weak-table-rs/issues/23 for discussion.

Aliased Typeยง

struct WeakHashSet<T>(/* private fields */);