Function cassandra_cpp_sys::cass_user_type_data_type [] [src]

pub unsafe extern "C" fn cass_user_type_data_type(
    user_type: *const CassUserType
) -> *const CassDataType

Gets the data type of a user defined type.

@cassandra{2.1+}

@param[in] user_type @return Returns a reference to the data type of the user defined type. Do not free this reference as it is bound to the lifetime of the user defined type.