macro_rules! build { ($Traits:ty, $configure:expr => $IdMap:ty) => { ... }; }
Expand description
Attach a configuration function to a kernel trait type by
implementing KernelCfg2
.
macro_rules! build { ($Traits:ty, $configure:expr => $IdMap:ty) => { ... }; }
Attach a configuration function to a kernel trait type by
implementing KernelCfg2
.