Type Alias IntoIter

Source
pub type IntoIter<T> = <<T as Key>::SetStorage as SetStorage<T>>::IntoIter;
Expand description

The iterator produced by Set::into_iter.