Macro __static_cond
macro_rules! __static_cond {
(study_period study_period) => { ... };
(study_period cloned_from) => { ... };
}
macro_rules! __static_cond {
(study_period study_period) => { ... };
(study_period cloned_from) => { ... };
}