Macro cfg_if_production

Source
macro_rules! cfg_if_production {
    ( { $( $_then_token : tt )* } | { $( $_else_token : tt )* } ) => { ... };
    ( { $( $_then_token : tt )* } ) => { ... };
}