Type Definition safe_wren::wren::ResolveModuleFn[][src]

pub type ResolveModuleFn = fn(vm: &VM, importer: &str, name: &str) -> String;