lmdb_sys

Function mdb_cursor_txn

Source
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()