Macro __static_cond
macro_rules! __static_cond {
(game_participant game_participant) => { ... };
(game_participant status) => { ... };
}
macro_rules! __static_cond {
(game_participant game_participant) => { ... };
(game_participant status) => { ... };
}