Type Definition jazz_vm::function::NativeFunction[][src]

type NativeFunction = Box<Fn(&mut ExecutorImpl) -> Value + Send>;