Macro __static_cond
macro_rules! __static_cond {
(test_history test_history) => { ... };
(test_history for_roles) => { ... };
}
macro_rules! __static_cond {
(test_history test_history) => { ... };
(test_history for_roles) => { ... };
}