Module fixed_map::set::storage

source ·
Expand description

Module that defines the SetStorage trait.

Structs

SetStorage for dynamically stored types, using hashbrown::HashSet.
SetStorage types that can only inhabit a single value (like ()).

Traits

The trait defining how storage works for Set.