Trait kernel::ModuleMetadata
source · pub trait ModuleMetadata {
const NAME: &'static CStr;
}Expand description
Metadata attached to a Module or InPlaceModule.
Required Associated Constants§
Object Safety§
This trait is not object safe.