Module trigger

Module trigger 

Source
Expand description

A generic trigger handler for evaluating conditions based on stored arguments.

Structs§

Trigger
A generic trigger handler for evaluating conditions. Trigger allows you to define a condition as a function, associate it with an optional argument, and check whether the condition is met.

Functions§

cast_arg
Casts the argument of a trigger function to the specified type.