pub unsafe extern "C" fn cass_function_meta_return_type(
    function_meta: *const CassFunctionMeta
) -> *const CassDataType
Expand description

Gets the return type of the function.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @return The data type returned by the function.