Type Definition rustpython_ast::Expr

source ·
pub type Expr<U = ()> = Located<ExprKind<U>, U>;