pub unsafe extern "C" fn cass_future_get_result(
    future: *mut CassFuture
) -> *const CassResult
Expand description

Gets the result of a successful future. If the future is not ready this method will wait for the future to be set.

@public @memberof CassFuture

@param[in] future @return CassResult instance if successful, otherwise NULL for error. The return instance must be freed using cass_result_free().

@see cass_session_execute() and cass_session_execute_batch()