Module set

Source
Expand description

Contains the fixed Set implementation.

Re-exports§

pub use self::storage::SetStorage;

Modules§

storage
Module that defines the SetStorage trait.

Structs§

Set
A fixed set with storage specialized through the Key trait.

Type Aliases§

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