pub type PyNativeFn = dyn Fn(&VirtualMachine, FuncArgs) -> PyResult + 'static;
Expand description

A built-in Python function.