Type Definition obkv::KvWriterU64[][src]

type KvWriterU64<W> = KvWriter<W, u64>;
Expand description

An obkv writer that uses u64 keys.