Expand description
Traits for by-value iterators.
Traits§
- Iterate
ByValue - A trait for obtaining a by-value iterator.
- Iterate
ByValue From - A trait for obtaining a by-value iterator starting from a given position.
- Iterate
ByValue From Gat - A GAT-like trait specifying the type of a by-value iterator starting from a given position.
- Iterate
ByValue Gat - A GAT-like trait specifying the type of a by-value iterator.
Type Aliases§
- Iter
- A convenience type representing the type of iterator returned by a type
implementing
IterateByValueGat. - Iter
From - A convenience type representing the type of iterator returned by a type
implementing
IterateByValueFromGat.