Macro get_event
macro_rules! get_event {
($node: expr, $event_type: path) => { ... };
}
Expand description
Get a specific event from the pending events queue.
macro_rules! get_event {
($node: expr, $event_type: path) => { ... };
}
Get a specific event from the pending events queue.