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