Type Definition fixed_map::set::Iter

source ·
pub type Iter<'a, T> = <<T as Key>::SetStorage as SetStorage<T>>::Iter<'a>;
Expand description

The iterator produced by Set::iter.