Skip to main content

VmBuiltinFn

Type Alias VmBuiltinFn 

Source
pub type VmBuiltinFn = Rc<dyn Fn(&[VmValue], &mut String) -> Result<VmValue, VmError>>;
Expand description

Sync builtin function for the VM.

Aliased Typeยง

pub struct VmBuiltinFn { /* private fields */ }