Macro __static_cond
macro_rules! __static_cond {
(notification notification) => { ... };
(notification entity_id) => { ... };
}
macro_rules! __static_cond {
(notification notification) => { ... };
(notification entity_id) => { ... };
}