Type Definition obkv::KvReaderU32[][src]

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

A reader that can read obkvs with u32 keys.