Type Definition rustpython_ast::Stmt

source ·
pub type Stmt<U = ()> = Located<StmtKind<U>, U>;