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
Aliased Typeยง
struct GenericStringIter<'a, T> { /* private fields */ }
pub type GenericStringIter<'a, T> = ArrayIter<&'a GenericStringArray<T>>;
an iterator that returns Some(T) or None, that can be used on any Utf8Array
struct GenericStringIter<'a, T> { /* private fields */ }