Expand description
The set of possible iteration methods for the different iterators.
Enums§
- Moves between keys and ignores the duplicate values of keys.
- Moves only on the duplicate values of a given key and ignores other keys.
- Moves to the next or previous key if there are no more values associated with the current key.
Traits§
- The trait used to define the way iterators behave.