Trait r3_kernel::KernelTraits
source · pub trait KernelTraits: Port + KernelCfg2 + KernelStatic<System<Self>> + 'static { }
Expand description
Represents a complete kernel trait type.
pub trait KernelTraits: Port + KernelCfg2 + KernelStatic<System<Self>> + 'static { }
Represents a complete kernel trait type.