pub unsafe extern "C" fn mdb_cursor_dbi(
cursor: *mut MDB_cursor,
) -> MDB_dbi
Expand description
Return the cursor’s database handle.
§Arguments
cursor
(direction in) - A cursor handle returned by #mdb_cursor_open()
pub unsafe extern "C" fn mdb_cursor_dbi(
cursor: *mut MDB_cursor,
) -> MDB_dbi
Return the cursor’s database handle.
cursor
(direction in) - A cursor handle returned by #mdb_cursor_open()