macro_rules! __static_cond {
    (application_settings application_settings) => { ... };
    (application_settings id) => { ... };
}
>