Module storage

Source
Expand description

Module that defines the SetStorage trait.

Structs§

BooleanSetStorage
SetStorage for bool types.
HashbrownSetStorage
SetStorage for dynamically stored types, using hashbrown::HashSet.
OptionSetStorage
SetStorage for Option types.
SingletonSetStorage
SetStorage types that can only inhabit a single value (like ()).

Traits§

SetStorage
The trait defining how storage works for Set.