Macro __static_cond
macro_rules! __static_cond {
(interesting interesting) => { ... };
(interesting like_from_users) => { ... };
}
macro_rules! __static_cond {
(interesting interesting) => { ... };
(interesting like_from_users) => { ... };
}