Type Alias If

Source
pub type If = If<Undeclared<Value>>;

Aliased Type§

pub struct If {
    pub branches: Vec<IfBranch<Undeclared<Value>>>,
    pub else_: Option<Statements<Undeclared<Value>>>,
}

Fields§

§branches: Vec<IfBranch<Undeclared<Value>>>§else_: Option<Statements<Undeclared<Value>>>