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