Skip to main content

IntoIter

Type Alias IntoIter 

Source
pub type IntoIter<T, TKey, TEntries> = GenericIter<Enumerate<<TEntries as IntoIterator>::IntoIter>, KeyValueMapper<Meta<T, TKey>>>;
Expand description

Iterator that emits the keys an the items stored in the slab by consuming the slab.

Aliased Typeยง

pub struct IntoIter<T, TKey, TEntries> { /* private fields */ }