RowIdStreamSource

Trait RowIdStreamSource 

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

Required Methods§

Source

fn count(&self) -> RowId

Source

fn into_iter_source(self) -> RowIdIter<'a>

Implementations on Foreign Types§

Source§

impl RowIdStreamSource<'static> for Treemap

Source§

fn count(&self) -> RowId

Source§

fn into_iter_source(self) -> RowIdIter<'static>

Source§

impl<'a> RowIdStreamSource<'a> for &'a Treemap

Source§

fn count(&self) -> RowId

Source§

fn into_iter_source(self) -> RowIdIter<'a>

Implementors§