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.
pub type Instance = (Parameters, Option<Value>);A stream instance. First element represents the parameter values of the instance, the second element the value of the instance.