rustpython_parser::ast::Expression - Rust
[โ][src]Type Definition rustpython_parser::ast::Expression
type Expression = Located<ExpressionType>;
An expression at a given location in the sourcecode.
type Expression = Located<ExpressionType>;
An expression at a given location in the sourcecode.
impl Expression[src]