pub type Cfg<'c, Traits> = Cfg<'c, CfgBuilder<Traits>>;
Expand description
The instantiation of r3_core::kernel::Cfg
used by build!
to configure
a kernel. CfgBuilder<...>
in this alias Implements
~const
raw_cfg::CfgBase
<
System
<Traits>>
and many other
raw_cfg
traits.