joinery
2.1.0
Module iter
Module Items
Structs
Enums
Traits
In crate joinery
joinery
Module
iter
Copy item path
Source
Expand description
Joinery iterator and related types and traits
Structs
§
Clone
Iterator
Specialized helper struct to allow adapting any
Iterator
into a
Join
.
Join
Iter
An iterator for a
Join
.
Enums
§
Join
Item
Enum representing the elements of a
JoinIter
.
Traits
§
Joinable
Iterator
A trait for converting
Iterator
s into
Join
instances or
JoinIter
iterators.