[][src]Function ejdb_sys::bson_iterator_next

pub unsafe extern "C" fn bson_iterator_next(i: *mut bson_iterator) -> bson_type

Point the iterator at the next BSON object.

@param i the bson_iterator.

@return the type of the next BSON object.