Type Definition rtlola_interpreter::TriggersWithInfoValues[][src]

pub type TriggersWithInfoValues = Vec<(OutputReference, Vec<Option<Value>>)>;
Expand description

Represents the index and the info values of all violated triggers.

Trait Implementations

Creates a snapshot of the streams values.