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