Expand description
Module that defines the SetStorage
trait.
Structs§
- Boolean
SetStorage SetStorage
forbool
types.- Hashbrown
SetStorage SetStorage
for dynamically stored types, usinghashbrown::HashSet
.- Option
SetStorage SetStorage
forOption
types.- Singleton
SetStorage SetStorage
types that can only inhabit a single value (like()
).
Traits§
- SetStorage
- The trait defining how storage works for
Set
.