Skip to main content

Func

Type Alias Func 

Source
pub type Func = for<'py> unsafe fn(Python<'py>, *mut PyObject, *mut PyObject, *mut PyObject) -> PyResult<*mut PyObject>;
Expand description

The type of the function pointer for this trampoline.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here