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.
pub type StubMergeOperator<V> = fn(key: &[u8], operands: ValueIterator<'_, DefaultOptions, V>) -> V;
Helper type stub to satisfy generic bounds when initializing a InstanceOptions
without a
defined merge operator.