Skip to main content

IterMut

Type Alias IterMut 

Source
pub type IterMut<'a, T, TKey> = GenericIter<Enumerate<IterMut<'a, Entry<T, TKey>>>, KeyValueMapper<&'a Meta<T, TKey>>>;
Expand description

Iterator that emits the key and the mutable reference to the items stored in the slab.

Aliased Typeยง

pub struct IterMut<'a, T, TKey> { /* private fields */ }