Function cassandra_cpp_sys::cass_write_type_string [] [src]

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

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.