Macro __static_cond
macro_rules! __static_cond {
(category_with_count category_with_count) => { ... };
(category_with_count rstatus) => { ... };
}
macro_rules! __static_cond {
(category_with_count category_with_count) => { ... };
(category_with_count rstatus) => { ... };
}