pub trait ValueIndex { fn position(&self) -> u64; }
An index that serializes a value to the file.
The position on-disk of the stored value.