[][src]Function lmdb_sys::mdb_cursor_dbi

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

@brief Return the cursor's database handle.

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