Type Alias Statements

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

Aliased Type§

pub struct Statements {
    pub stmts: Vec<Statement<Undeclared<Value>>>,
    pub returned: bool,
}

Fields§

§stmts: Vec<Statement<Undeclared<Value>>>§returned: bool