Skip to main content

extract_sequence

Function extract_sequence 

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