Macro __static_cond
macro_rules! __static_cond {
(stop_considering stop_considering) => { ... };
(stop_considering stop_time) => { ... };
}
macro_rules! __static_cond {
(stop_considering stop_considering) => { ... };
(stop_considering stop_time) => { ... };
}