pub unsafe extern "C" fn cass_cluster_set_tracing_retry_wait_time(
    cluster: *mut CassCluster,
    retry_wait_time_ms: c_uint
)
Expand description

Sets the amount of time to wait between attempts to check to see if tracing is available.

Default: 3 milliseconds

@param[in] cluster @param[in] retry_wait_time_ms