Type Alias obkv::KvReaderU16

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

A reader that can read obkvs with u16 keys.

Aliased Type§

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