[][src]Type Definition gluon_vm::ExternLoader

type ExternLoader = Box<dyn FnMut(&Thread) -> Result<ExternModule> + Send + Sync>;