pub type Iter<'a, T, TKey> = GenericIter<Enumerate<Iter<'a, Entry<T, TKey>>>, KeyValueMapper<&'a Meta<T, TKey>>>;Expand description
Iterator that emits the key and the reference to the items stored in the slab.
Aliased Typeยง
pub struct Iter<'a, T, TKey> { /* private fields */ }