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