pub type ValuesMut<'a, T, TKey> = GenericIter<IterMut<'a, Entry<T, TKey>>, ValueMapper>;Expand description
Iterator that emits mutable references to the items stored in the slab.
Aliased Typeยง
pub struct ValuesMut<'a, T, TKey> { /* private fields */ }