Function 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.