EventHandlersOf

Type Alias EventHandlersOf 

Source
pub(crate) type EventHandlersOf<E> = Vec<Box<dyn Fn(&RtState, &World, IndexRef<'_>, &E, &mut <E as Event>::SystemData<'_>) + Send + Sync + 'static>>;

Aliased Typeยง

pub(crate) struct EventHandlersOf<E> { /* private fields */ }