Type Definition python3_sys::PyNoArgsFunction[][src]

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