Type Definition move_vm_runtime::native_functions::NativeFunction
source · [−]pub type NativeFunction = fn(_: &mut NativeContext<'_, '_>, _: Vec<Type>, _: VecDeque<Value>) -> PartialVMResult<NativeResult>;pub type NativeFunction = fn(_: &mut NativeContext<'_, '_>, _: Vec<Type>, _: VecDeque<Value>) -> PartialVMResult<NativeResult>;