Macro dispatch_notification

Source
macro_rules! dispatch_notification {
    ($method:expr, $params:expr, $params_type:ty, $handler:expr) => { ... };
}