pub type IntoValues<TEntries> = GenericIter<<TEntries as IntoIterator>::IntoIter, ValueMapper>;Expand description
Iterator that emits the items stored in the slab by consuming the slab.
Aliased Typeยง
pub struct IntoValues<TEntries> { /* private fields */ }