Type Alias GenericListArrayIter
pub type GenericListArrayIter<'a, O> = ArrayIter<&'a GenericListArray<O>>;
Expand description
an iterator that returns Some(T) or None, that can be used on any ListArray
Aliased Typeยง
struct GenericListArrayIter<'a, O> { /* private fields */ }