Type Alias quickjs_rusty::module_loader::JSModuleLoaderFunc
source · pub type JSModuleLoaderFunc = Box<dyn Fn(&str, *mut c_void) -> String>;
Aliased Type§
struct JSModuleLoaderFunc(/* private fields */);
pub type JSModuleLoaderFunc = Box<dyn Fn(&str, *mut c_void) -> String>;
struct JSModuleLoaderFunc(/* private fields */);