pub trait MultiVersionCommit: Send + Sync { // Required method fn commit( &self, deltas: CowVec<Delta>, version: CommitVersion, ) -> Result<()>; }