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