pub type Condition = Condition<Undeclared<Value>>;Aliased Type§
pub struct Condition {
pub val: Undeclared<Value>,
pub compute: Statements<Undeclared<Value>>,
}Fields§
§val: Undeclared<Value>§compute: Statements<Undeclared<Value>>pub type Condition = Condition<Undeclared<Value>>;pub struct Condition {
pub val: Undeclared<Value>,
pub compute: Statements<Undeclared<Value>>,
}val: Undeclared<Value>§compute: Statements<Undeclared<Value>>