Macros§
Traits§
- Extend
- Extend a collection with the contents of an iterator.
- From
Iterator - Conversion from an
Iterator. - Into
Iterator - Conversion into an
Iterator.
Functions§
- default_
extend 🔒 - An implementation of
extendthat callsextend_oneorextend_one_uncheckedfor each element of the iterator.