Function lmdb_master_sys::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()