Skip to main content

Iter

Type Alias Iter 

Source
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 */ }