pub unsafe extern "C" fn cass_consistency_string(
    consistency: CassConsistency
) -> *const c_char
Expand description

Gets the string for a consistency.

@param[in] consistency @return A null-terminated string for the consistency. Example: “ALL”, “ONE”, “QUORUM”, etc.