Type Alias rustpython_ast::located::ExprName
source · pub type ExprName = ExprName<SourceRange>;Aliased Type§
struct ExprName {
pub range: SourceRange,
pub id: Identifier,
pub ctx: ExprContext,
}Fields§
§range: SourceRange§id: Identifier§ctx: ExprContext