Type Alias pyo3::impl_::extract_argument::PyArg

source ·
type PyArg<'py> = Borrowed<'py, 'py, PyAny>;
Expand description

Helper type used to keep implementation more concise.

(Function argument extraction borrows input arguments.)

Aliased Type§

struct PyArg<'py>(NonNull<PyObject>, PhantomData<&'py Py<PyAny>>, Python<'py>);

Fields§

§0: NonNull<PyObject>§1: PhantomData<&'py Py<PyAny>>§2: Python<'py>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here