Type Definition obkv::KvReaderU8[][src]

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

A reader that can read obkvs with u8 keys.