Macro notify_event

Source
macro_rules! notify_event {
    ($fud:ident, $event:ident, { $($fields:tt)* }) => { ... };
    ($fud:ident, $event:ident, $resource:expr) => { ... };
}
Expand description

Macro calling fud.event_publisher.notify()