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