Module fixed_map::set

source ·
Expand description

Contains the fixed Set implementation.

Re-exports

pub use crate::set::storage::SetStorage;

Modules

Module that defines the SetStorage trait.

Structs

A fixed set with storage specialized through the Key trait.

Type Definitions

The iterator produced by Set::into_iter.
The iterator produced by Set::iter.