Type Definition obkv::KvReaderU16[][src]

type KvReaderU16<'a> = KvReader<'a, u16>;
Expand description

A reader that can read obkvs with u16 keys.