[][src]Function ejdb_sys::bson_iterator_more

pub unsafe extern "C" fn bson_iterator_more(
    i: *const bson_iterator
) -> bson_bool_t

Check to see if the bson_iterator has more data.

@param i the iterator.

@return returns true if there is more data.