Type Alias obkv::KvReaderU8

source ·
pub type KvReaderU8<'a> = KvReader<'a, u8>;
Expand description

A reader that can read obkvs with u8 keys.

Aliased Type§

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