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