pub(crate) type EventHandlersOf<E> = Vec<Box<dyn Fn(&RtState, &World, IndexRef<'_>, &E, &mut <E as Event>::SystemData<'_>) + Send + Sync + 'static>>;
struct EventHandlersOf<E> { /* private fields */ }