lmdb_master_sys

Function mdb_cursor_close

Source
pub unsafe extern "C" fn mdb_cursor_close(cursor: *mut MDB_cursor)
Expand description

Close a cursor handle.

The cursor handle will be freed and must not be used again after this call. Its transaction must still be live if it is a write-transaction.

ยงArguments

  • cursor (direction in) - A cursor handle returned by #mdb_cursor_open()