Expand description
The non-empty iterator core traits.
Traitsยง
- From
NonEmpty Iterator - Represents types that can be created from non-empty iterators.
- Into
NonEmpty Iterator - Represents types that can be converted into non-empty iterators.
- NonEmpty
Iterator - Represents
Iteratorthat is guaranteed to be non-empty (equivalently, having at least one item). - TryInto
NonEmpty Iterator - Convenience trait implemented for any type that is
IntoIterator, allowing to convert iterables into non-empty ones.