Type Alias TriggerMessages

Source
pub type TriggerMessages = Vec<(OutputReference, Parameters, String)>;
Expand description

Represents the index and the formatted message of all violated triggers.

Aliased Type§

pub struct TriggerMessages { /* private fields */ }

Trait Implementations§

Source§

impl VerdictRepresentation for TriggerMessages

Source§

type Tracing = NoTracer

This subtype captures the tracing capabilities of the verdict representation.
Source§

fn create(data: RawVerdict<'_>) -> Self
where Self: Sized,

Creates a snapshot of the streams values.
Source§

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

Creates a snapshot of the streams values including tracing data.