Struct r3_core::kernel::cfg::CfgPhase3Data
source · pub struct CfgPhase3Data<System> { /* private fields */ }
Expand description
The inputs to attach_phase3!
.
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.