RowIter

Type Alias RowIter 

Source
pub type RowIter<T> = Take<Skip<T>>;

Aliased Typeยง

pub struct RowIter<T> { /* private fields */ }