Module slotmap::secondary [−][src]
Contains the secondary map implementation.
Structs
Drain | A draining iterator for |
IntoIter | An iterator that moves key-value pairs out of a |
Iter | An iterator over the key-value pairs in a |
IterMut | A mutable iterator over the key-value pairs in a |
Keys | An iterator over the keys in a |
SecondaryMap | Secondary map, associate data with previously stored elements in a slot map. |
Values | An iterator over the values in a |
ValuesMut | A mutable iterator over the values in a |