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