pub struct EventfulExecutor<E, T> { /* private fields */ }Implementations§
Source§impl<E, T> EventfulExecutor<E, T>where
T: EventEmitter,
impl<E, T> EventfulExecutor<E, T>where
T: EventEmitter,
Trait Implementations§
Source§impl<E, T> CommandExecutor for EventfulExecutor<E, T>
Available on crate feature exec-events only.
impl<E, T> CommandExecutor for EventfulExecutor<E, T>
Available on crate feature
exec-events only.