Type Definition rquickjs::ModuleLoadFn[][src]

type ModuleLoadFn = unsafe extern "C" fn(*mut JSContext, *const i8) -> *mut JSModuleDef;

The raw module load function (js_module_init)