[Go to site: main page, start]

Skip to main content

FixedSizeBinaryIter

Type Alias FixedSizeBinaryIter 

Source
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§

pub struct FixedSizeBinaryIter<'a> { /* private fields */ }