Macro __static_cond
macro_rules! __static_cond {
(favorite_text favorite_text) => { ... };
(favorite_text download_text) => { ... };
}
macro_rules! __static_cond {
(favorite_text favorite_text) => { ... };
(favorite_text download_text) => { ... };
}