common_meta::range_stream

Type Alias KeyValueDecoderFn

source
pub type KeyValueDecoderFn<T> = dyn Fn(KeyValue) -> Result<T> + Send + Sync;