Skip to main content

NativeFunctionImpl

Type Alias NativeFunctionImpl 

Source
pub type NativeFunctionImpl = fn(&mut Cx, &PreparedArgs, Bindings) -> Result<Value>;
Expand description

Native implementation backing a single FunctionCase.

Invoked with the forced/prepared arguments and the bindings captured while the case’s argument shape matched.