Trait PyNativeFn

Source
pub trait PyNativeFn:
    Fn(&VirtualMachine, FuncArgs) -> PyResult
    + PyThreadingConstraint
    + 'static { }
Expand description

A built-in Python function.

Implementors§