Type Alias polars::chunked_array::object::ObjectValueIter

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

Aliased Type§

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