pub unsafe extern "C" fn mdb_cursor_txn(
cursor: *mut MDB_cursor,
) -> *mut MDB_txn
Expand description
@brief Return the cursor’s transaction handle.
@param[in] cursor A cursor handle returned by #mdb_cursor_open()
pub unsafe extern "C" fn mdb_cursor_txn(
cursor: *mut MDB_cursor,
) -> *mut MDB_txn
@brief Return the cursor’s transaction handle.
@param[in] cursor A cursor handle returned by #mdb_cursor_open()