Type Alias pyo3::gil::PyObjVec

source ·
type PyObjVec = Vec<NonNull<PyObject>>;

Aliased Type§

struct PyObjVec { /* private fields */ }
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here