common_
meta
0.14.0
In common_
meta::
range_
stream
Structs
PaginationStream
PaginationStreamFactory
Constants
DEFAULT_ADAPTIVE_PAGE_SIZE
DEFAULT_PAGE_SIZE
Type Aliases
KeyValueDecoderFn
common_meta
::
range_stream
Type Alias
KeyValueDecoderFn
Copy item path
Settings
Help
Summary
Source
pub type KeyValueDecoderFn<T> = dyn
Fn
(
KeyValue
) ->
Result
<T> +
Send
+
Sync
;