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