Skip to main content

emits_events

Function emits_events 

Source
pub fn emits_events<E: 'static>() -> bool
Expand description

Whether a command whose Handler::Event is E produces its result while it runs: false for NoEvents and true for every other event type.