Type Definition obkv::KvWriterU16[][src]

type KvWriterU16<W> = KvWriter<W, u16>;
Expand description

An obkv writer that uses u16 keys.