Type Alias NativeFn

Source
pub type NativeFn = fn(&[Value]) -> Result<Value, String>;
Expand description

Type for native function implementations