Crate ordered_iter [−] [src]
Ordered iterators.
Structs
| InnerJoinMap | |
| InnerJoinMapSet | |
| InnerJoinSet | |
| OuterJoin |
Traits
| OrderedMapIterator |
Allows an iterator to do an inner join with another iterator to combine their values or filter based on their keys. |
| OrderedSetIterator |
Allows an iterator to do an inner join with another iterator to combine their values or filter based on their keys. |