pub type WriteEntry = (Arc<[u8]>, Option<Arc<[u8]>>);Expand description
One entry in a commit batch handed to VersionStore::try_commit.
A key paired with the value to write at the commit timestamp (Some) or a
tombstone marking a delete (None).