Type Definition rtlola_interpreter::monitor::TriggersWithInfoValues
source · pub type TriggersWithInfoValues = Vec<(OutputReference, Vec<Option<Value>>)>;Expand description
Represents the index and the info values of all violated triggers.
Trait Implementations§
source§impl VerdictRepresentation for TriggersWithInfoValues
impl VerdictRepresentation for TriggersWithInfoValues
§type Tracing = NoTracer
type Tracing = NoTracer
This subtype captures the tracing capabilities of the verdict representation.
source§fn create(data: RawVerdict<'_>) -> Selfwhere
Self: Sized,
fn create(data: RawVerdict<'_>) -> Selfwhere
Self: Sized,
Creates a snapshot of the streams values.
source§fn is_empty(&self) -> bool
fn is_empty(&self) -> bool
Returns whether the verdict is empty. I.e. it doesn’t contain any information.
source§fn create_with_trace(data: RawVerdict<'_>, _tracing: Self::Tracing) -> Self
fn create_with_trace(data: RawVerdict<'_>, _tracing: Self::Tracing) -> Self
Creates a snapshot of the streams values including tracing data.