Function pyo3::conversions::smallvec::extract_sequence

source ·
fn extract_sequence<'py, A>(obj: &Bound<'py, PyAny>) -> PyResult<SmallVec<A>>
where A: Array, A::Item: FromPyObject<'py>,
Available on crate feature smallvec only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here