pub trait ObserverSystem<E: Event, B: Bundle, Out = ()>: System<In = On<'static, 'static, E, B>, Out = Out> + Send + 'static { }
Implemented for Systems that have On as the first argument.
System
On