polars::chunked_array::object

Type Alias ObjectValueIter

Source
pub type ObjectValueIter<'a, T> = Iter<'a, T>;
Available on crate feature object only.

Aliased Typeยง

struct ObjectValueIter<'a, T> { /* private fields */ }