pub trait RowIdStreamSource<'a> {
// Required methods
fn count(&self) -> RowId;
fn into_iter_source(self) -> RowIdIter<'a>;
}pub trait RowIdStreamSource<'a> {
// Required methods
fn count(&self) -> RowId;
fn into_iter_source(self) -> RowIdIter<'a>;
}