pub type ManualEventIterator<'a, E> = EventIterator<'a, E>;
👎Deprecated: This type has been renamed to EventIterator.
Expand description

An iterator that yields any unread events from an EventReader or ManualEventReader.

This is a type alias for EventIterator, which used to be called ManualEventIterator. This type alias will be removed in the next release of bevy, so you should use EventIterator directly instead.

Aliased Type§

struct ManualEventIterator<'a, E> { /* private fields */ }