Trait budvm::NativeFunction
source · pub trait NativeFunction {
// Required method
fn invoke(&self, args: &mut PoppedValues<'_>) -> Result<Value, FaultKind>;
}
Expand description
A native function for Bud.
pub trait NativeFunction {
// Required method
fn invoke(&self, args: &mut PoppedValues<'_>) -> Result<Value, FaultKind>;
}
A native function for Bud.