Type Definition pyo3::ffi::richcmpfunc

source · []
pub type richcmpfunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, i32) -> *mut PyObject;