Type Alias rustpython_ast::located::ExprNamedExpr
source · pub type ExprNamedExpr = ExprNamedExpr<SourceRange>;
Aliased Type§
struct ExprNamedExpr {
pub range: SourceRange,
pub target: Box<Expr<SourceRange>>,
pub value: Box<Expr<SourceRange>>,
}
Fields§
§range: SourceRange
§target: Box<Expr<SourceRange>>
§value: Box<Expr<SourceRange>>