logo
pub trait KernelTraits: Port + KernelCfg2 + KernelStatic<System<Self>> + 'static { }
Expand description

Represents a complete kernel trait type.

Implementors