Macro ifs::conf

source ยท
macro_rules! conf {
    ($cls:ident { $($name:ident : $ty:ident),* $(,)? }) => { ... };
}