GridIter

Type Alias GridIter 

Source
pub type GridIter<'a, T> = Iter<'a, T>;

Aliased Typeยง

pub struct GridIter<'a, T> { /* private fields */ }