Type Alias evil_janet::JanetModconf

source ·
pub type JanetModconf = Option<unsafe extern "C-unwind" fn() -> JanetBuildConfig>;

Aliased Type§

enum JanetModconf {
    None,
    Some(unsafe extern "C-unwind" fn() -> JanetBuildConfig),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn() -> JanetBuildConfig)

Some value of type T.