Expand description
Contains the fixed Set implementation.
Re-exports§
pub use self::storage::SetStorage;
Modules§
- storage
- Module that defines the
SetStoragetrait.
Structs§
Type Aliases§
- Into
Iter - The iterator produced by
Set::into_iter. - Iter
- The iterator produced by
Set::iter.