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