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