[][src]Type Definition pyo3::ffi::PyNoArgsFunction

type PyNoArgsFunction = unsafe extern "C" fn(slf: *mut PyObject) -> *mut PyObject;