RowLengthIter

Type Alias RowLengthIter 

Source
pub type RowLengthIter<'a> = Map<Windows<'a, usize>, fn(&'a [usize]) -> usize>;
Expand description

The iterator type for Rows::lengths

Aliased Typeยง

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