Skip to main content

Func

Type Alias Func 

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