pub fn emits_events<E: 'static>() -> bool
Whether a command whose Handler::Event is E produces its result while it runs: false for NoEvents and true for every other event type.
Handler::Event
E
NoEvents