pub type PythonFunction = PythonObject;
Available on crate feature
python
only.Aliased Type§
pub struct PythonFunction(pub Py<PyAny>);
Tuple Fields§
§0: Py<PyAny>
pub type PythonFunction = PythonObject;
python
only.pub struct PythonFunction(pub Py<PyAny>);
0: Py<PyAny>