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