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

An iterator that yields any unread events (and their IDs) from an EventReader or ManualEventReader.

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

Aliased Type§

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