Skip to main content

Func

Type Alias Func 

Source
pub type Func = unsafe fn(Python<'_>, *mut PyObject, *mut Py_buffer) -> PyResult<()>;
Available on Py_3_11 or non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here