Trait tantivy_sstable::merge::SingleValueMerger
source · pub trait SingleValueMerger<V> {
// Required methods
fn add(&mut self, v: &V);
fn finish(self) -> V;
}
pub trait SingleValueMerger<V> {
// Required methods
fn add(&mut self, v: &V);
fn finish(self) -> V;
}