Type Alias ModuleMetadata

Source
pub type ModuleMetadata = Option<&'static str>;
Expand description

Metadata of the module in str format.

Aliased Type§

pub enum ModuleMetadata {
    None,
    Some(&'static str),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'static str)

Some value of type T.