pub type IfBranch = IfBranch<Undeclared<Value>>;
Aliased Type§
pub struct IfBranch {
pub cond: Condition<Undeclared<Value>>,
pub body: Statements<Undeclared<Value>>,
}
Fields§
§cond: Condition<Undeclared<Value>>
§body: Statements<Undeclared<Value>>