Type Alias While

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