Macro __static_cond
macro_rules! __static_cond {
(question_history question_history) => { ... };
(question_history name) => { ... };
}
macro_rules! __static_cond {
(question_history question_history) => { ... };
(question_history name) => { ... };
}