Skip to main content

RowIdIter

Type Alias RowIdIter 

Source
pub type RowIdIter<'a> = Box<dyn Iterator<Item = RowId> + Send + 'a>;
Expand description

Borrowed iterator that yields RowId values.

Aliased Typeยง

pub struct RowIdIter<'a>(/* private fields */);