Type Alias rustpython_ast::Suite

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

Aliased Type§

struct Suite<R = TextRange> { /* private fields */ }