Type Alias obkv::KvReaderU32

source ·
pub type KvReaderU32<'a> = KvReader<'a, u32>;
Expand description

A reader that can read obkvs with u32 keys.

Aliased Type§

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