Type Alias PythonFunction

Source
pub type PythonFunction = PythonObject;

Aliased Type§

struct PythonFunction(pub Py<PyAny>);

Fields§

§0: Py<PyAny>