Type Alias common_meta::range_stream::KeyValueDecoderFn

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