Module tantivy_sstable::value

source ·

Structs§

Traits§

  • ValueReader is a trait describing the contract of something reading blocks of value, and offering random access within this values.
  • ValueWriter is a trait to make it possible to write blocks of value.