Type Alias Condition

Source
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>>