pub fn db_del(db_handle: DbHandle, key: &[u8]) -> GenericResult<()>Expand description
Only update() can call this. Removes a key from the db.
db_del(tx_handle, key);pub fn db_del(db_handle: DbHandle, key: &[u8]) -> GenericResult<()>Only update() can call this. Removes a key from the db.
db_del(tx_handle, key);