pub type IntoIter<T> = <<T as Key>::SetStorage as SetStorage<T>>::IntoIter;
Expand description
The iterator produced by Set::into_iter
.
pub type IntoIter<T> = <<T as Key>::SetStorage as SetStorage<T>>::IntoIter;
The iterator produced by Set::into_iter
.