Type Alias rustpython_ast::Suite

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