Type Alias obkv::KvReaderU64

source ·
pub type KvReaderU64<'a> = KvReader<'a, u64>;
Expand description

A reader that can read obkvs with u64 keys.

Aliased Type§

struct KvReaderU64<'a> { /* private fields */ }