Type Definition rustpython_ast::Suite

source ·
pub type Suite<U = ()> = Vec<Stmt<U>>;