[Go to site: main page, start]

Skip to main content

MapArrayIter

Type Alias MapArrayIter 

Source
pub type MapArrayIter<'a> = ArrayIter<&'a MapArray>;
Expand description

an iterator that returns Some(T) or None, that can be used on any MapArray

Aliased Type§

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