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