Type Definition arrow_array::iterator::GenericStringIter

source ·
pub type GenericStringIter<'a, T> = ArrayIter<&'a GenericStringArray<T>>;
Expand description

an iterator that returns Some(T) or None, that can be used on any Utf8Array