Trait kip_sql::storage::Iter

source ·
pub trait Iter: Sync + Send {
    // Required method
    fn next_tuple(&mut self) -> Result<Option<Tuple>, StorageError>;
}

Required Methods§

Implementors§

source§

impl Iter for KipIter<'_>

source§

impl Iter for IndexIter<'_>