Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IntoIterator for EventReader (bevyengine#7720)
# Objective Continuation of bevyengine#5719 Now that we have a definable type for the iterator. --- ## Changelog - Implemented IntoIterator for EventReader so you can now do `&mut reader` instead of `reader.iter()` for events.
- Loading branch information