Trait PyNativeFn

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

A built-in Python function.

Implementors§

Morty Proxy This is a proxified and sanitized view of the page, visit original site.