Type Alias 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.