lmdb_sys

Function mdb_cursor_dbi

Source
pub unsafe extern "C" fn mdb_cursor_dbi(
    cursor: *mut MDB_cursor,
) -> MDB_dbi
Expand description

@brief Return the cursor’s database handle.

@param[in] cursor A cursor handle returned by #mdb_cursor_open()