Macro __static_cond
macro_rules! __static_cond {
(user_chat user_chat) => { ... };
(user_chat notifications_enabled) => { ... };
}
macro_rules! __static_cond {
(user_chat user_chat) => { ... };
(user_chat notifications_enabled) => { ... };
}