Type Definition obkv::KvWriterU32[][src]

type KvWriterU32<W> = KvWriter<W, u32>;
Expand description

An obkv writer that uses u32 keys.