quickjs_rusty::module_loader

Type Alias JSModuleLoaderFunc

Source
pub type JSModuleLoaderFunc = Box<dyn Fn(&str, *mut c_void) -> String>;

Aliased Typeยง

struct JSModuleLoaderFunc(/* private fields */);