Struct r3_core::kernel::cfg::CfgPhase2Data
source · pub struct CfgPhase2Data<System> { /* private fields */ }
Expand description
The inputs to attach_phase2!
.
The members of this trait are implementation details and not meant to be used externally. They are nevertheless exposed for use by macro and for transparency.
See KernelStatic
’s documentation for an overview of the
configuration process and the traits involved.