Type Definition arrow_array::iterator::GenericStringIter

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