Type Definition obkv::KvReaderU64[][src]

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

A reader that can read obkvs with u64 keys.