pub unsafe extern "C" fn cass_write_type_string(
    write_type: CassWriteType
) -> *const c_char
Expand description

Write type

Gets the string for a write type.

@param[in] write_type @return A null-terminated string for the write type. Example: “BATCH”, “SIMPLE”, “COUNTER”, etc.