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
Iteratorwithin theGlobalallocator. - TryFrom
Iterator In - Conversion from an
Iteratorwithin a custom allocatorA. - TryJoin
- Helper trait for joining iterators.