pub type Iter<'a, T> = <<T as Key>::SetStorage as SetStorage<T>>::Iter<'a>;
The iterator produced by Set::iter.
Set::iter