Type Definition obkv::KvWriterU8[][src]

type KvWriterU8<W> = KvWriter<W, u8>;
Expand description

An obkv writer that uses u8 keys.