kernel

Macro NotInCfg

Source
macro_rules! NotInCfg {
    ($feature : ident, $t : ty) => { ... };
    ($feature : ident) => { ... };
}