Type Definition fixed_map::set::IntoIter

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

The iterator produced by Set::into_iter.