pub trait ValueIndex {
    fn position(&self) -> u64;
}
Expand description

An index that serializes a value to the file.

Required methods

The position on-disk of the stored value.

Implementors