Type Alias evil_janet::JanetModule

source ·
pub type JanetModule = Option<unsafe extern "C-unwind" fn(arg1: *mut JanetTable)>;

Aliased Type§

enum JanetModule {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut JanetTable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut JanetTable))

Some value of type T.