Expand description
Traits for iterating over referenced data without consuming the iterator.
I was tired of the iter() function not being a trait. So I made it one!
Modules§
Traits§
- IterRef
- Trait for iterating over references without consuming the iterator.
- Iter
RefMut