Type Alias py_ast::semantic::Statements
source · pub type Statements = Statements<Value>;
Aliased Type§
struct Statements {
pub stmts: Vec<Statement<Value>>,
pub returned: bool,
}
Fields§
§stmts: Vec<Statement<Value>>
§returned: bool