kernel

Macro OnlyInCfg

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