Expand description
Module that defines the SetStorage trait.
Structs
SetStorage for bool types.SetStorage for dynamically stored types, using hashbrown::HashSet.SetStorage for Option types.SetStorage types that can only inhabit a single value (like ()).Traits
The trait defining how storage works for
Set.