NativeCallable

Type Alias NativeCallable 

Source
pub type NativeCallable = fn(vm: &mut VM, args: Vec<Value>) -> NativeResult<Value>;