Expand description
Iterating over entities and queries.
Traits§
- Lending
Iterator - A trait similar to
Iterator, where the returnedItems only live untilnextis called again. - Lifetime
- Provides the associated item for
LendingIterator, similar toIterator::Item.
Type Aliases§
- Iter
- An iterator over a slice that copies its values.