Type Alias rustpython_vm::compiler::parser::ast::Suite

source ·
pub type Suite<R = TextRange> = Vec<Stmt<R>, Global>;