pub unsafe extern "C" fn cass_collection_data_type(
    collection: *const CassCollection
) -> *const CassDataType
Expand description

Gets the data type of a collection.

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