macro_rules! instant_cancellable_event {
($name:ident) => { ... };
}Expand description
Implements Event and EventRouting for a cancellable
event dispatched on the instant loop’s bus.
The struct must have a cancelled: bool field.
macro_rules! instant_cancellable_event {
($name:ident) => { ... };
}Implements Event and EventRouting for a cancellable
event dispatched on the instant loop’s bus.
The struct must have a cancelled: bool field.