Expand description
Composable external iteration.
Structs§
- TryCloned
- An iterator that clones the elements of an underlying iterator.
Traits§
- Iterator
Ext - Iterator extension trait.
- TryExtend
- Extend a collection with the contents of an iterator.
- TryFrom
Iterator - Conversion from an
Iterator
within theGlobal
allocator. - TryFrom
Iterator In - Conversion from an
Iterator
within a custom allocatorA
. - TryJoin
- Helper trait for joining iterators.