pub trait CfgPhase2<System = Self>: CfgPhase1<System> { }
Expand description
The second precursor to KernelStatic
.
The members of this trait are implementation details and not meant to be
used externally. Use attach_phase2!
or DelegateKernelStatic
to implement this trait.
See KernelStatic
’s documentation for an overview of the
configuration process and the traits involved.