pub unsafe extern "C" fn cass_iterator_next(
    iterator: *mut CassIterator
) -> cass_bool_t
Expand description

Advance the iterator to the next row, column or collection item.

@public @memberof CassIterator

@param[in] iterator @return false if no more rows, columns or items, otherwise true