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
pub type Statements = Statements<Undeclared<Value>>;
pub struct Statements {
pub stmts: Vec<Statement<Undeclared<Value>>>,
pub returned: bool,
}
stmts: Vec<Statement<Undeclared<Value>>>
§returned: bool