Type Definition rquickjs_core::ModuleLoadFn
source · [−]pub type ModuleLoadFn = unsafe extern "C" fn(_: *mut JSContext, _: *const c_char) -> *mut JSModuleDef;Expand description
The raw module load function (js_module_init)
pub type ModuleLoadFn = unsafe extern "C" fn(_: *mut JSContext, _: *const c_char) -> *mut JSModuleDef;The raw module load function (js_module_init)