Type Alias Iter

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

The iterator produced by Set::iter.