pub trait ModuleMetadata {
    const NAME: &'static CStr;
}
Expand description

Metadata attached to a Module or InPlaceModule.

Required Associated Constants§

source

const NAME: &'static CStr

The name of the module as specified in the module! macro.

Object Safety§

This trait is not object safe.

Implementors§