Type Definition gluon_vm::ExternLoader

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