pub type JanetModconf = Option<unsafe extern "C-unwind" fn() -> JanetBuildConfig>;Aliased Type§
pub enum JanetModconf {
None,
Some(unsafe extern "C-unwind" fn() -> JanetBuildConfig),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn() -> JanetBuildConfig)
Some value of type T.