Trait rtlola_interpreter::VerdictRepresentation[][src]

pub trait VerdictRepresentation {
    fn create(mon: &Monitor<Self>) -> Self
    where
        Self: Sized
; }
Expand description

Provides the functionality to generate a snapshot of the streams values.

Required methods

Creates a snapshot of the streams values.

Implementors