Type Alias mz_rocksdb::StubMergeOperator

source ยท
pub type StubMergeOperator<V> = fn(key: &[u8], operands: ValueIterator<'_, DefaultOptions, V>) -> V;
Expand description

Helper type stub to satisfy generic bounds when initializing a InstanceOptions without a defined merge operator.