Type Alias PythonFunction

Source
pub type PythonFunction = PythonObject;

Aliased Type§

pub struct PythonFunction(pub Py<PyAny>);

Tuple Fields§

§0: Py<PyAny>