Expand description
Joinery iterator and related types and traits
Structs§
- Clone
Iterator - Specialized helper struct to allow adapting any
Iterator
into aJoin
. - Join
Iter - An iterator for a
Join
.
Enums§
Traits§
- Joinable
Iterator - A trait for converting
Iterator
s intoJoin
instances orJoinIter
iterators.