Module iter

Source
Expand description

Joinery iterator and related types and traits

Structs§

CloneIterator
Specialized helper struct to allow adapting any Iterator into a Join.
JoinIter
An iterator for a Join.

Enums§

JoinItem
Enum representing the elements of a JoinIter.

Traits§

JoinableIterator
A trait for converting Iterators into Join instances or JoinIter iterators.