pub unsafe extern "C" fn cass_future_tracing_id(
    future: *mut CassFuture,
    tracing_id: *mut CassUuid
) -> CassError
Expand description

Gets the tracing ID associated with the request.

@public @memberof CassFuture

@param[in] future @param[out] tracing_id @return CASS_OK if successful, otherwise an error occurred.