Function cassandra_cpp_sys::cass_value_type

source ยท
pub unsafe extern "C" fn cass_value_type(
    value: *const CassValue,
) -> CassValueType
Expand description

Gets the type of the specified value.

@public @memberof CassValue

@param[in] value @return The type of the specified value.