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