Skip to main content

NativeFn

Type Alias NativeFn 

Source
pub type NativeFn = Arc<dyn Fn(&[Value]) -> NativeResult + Send + Sync>;
Expand description

A host-side function callable from bytecode via Opcode::CallNative.

Aliased Type§

pub struct NativeFn { /* private fields */ }