Constant distill_downstream_lmdb_sys::MDB_NODUPDATA[][src]

pub const MDB_NODUPDATA: c_uint = 0x20;

Only for MDB_DUPSORT.

For put: don't write if the key and data pair already exist. For mdb_cursor_del: remove all duplicate data items.