Type Alias py_ast::semantic::While

source ·
pub type While = While<Value>;

Aliased Type§

struct While {
    pub cond: Condition<Value>,
    pub body: Statements<Value>,
}

Fields§

§cond: Condition<Value>§body: Statements<Value>