pub unsafe extern "C" fn cass_user_type_new_from_data_type(
    data_type: *const CassDataType
) -> *mut CassUserType
Expand description

Creates a new user defined type from existing data type;

@cassandra{2.1+}

@public @memberof CassUserType

@param[in] data_type @return Returns a user defined type that must be freed. NULL is returned if the data type is not a user defined type.

@see cass_user_type_free()