Type Definition rtlola_interpreter::monitor::Instance
source · pub type Instance = (Parameters, Option<Value>);Expand description
A stream instance. First element represents the parameter values of the instance, the second element the value of the instance.