Macro r3::build[][src]

macro_rules! build {
    ($sys : ty, $configure : expr => $id_map_ty : ty) => { ... };
}
Expand description

Attach a configuration function to a “system” type by implementing KernelCfg2.