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
pub type ExprName = ExprName<SourceRange>;
struct ExprName {
pub range: SourceRange,
pub id: Identifier,
pub ctx: ExprContext,
}
range: SourceRange
§id: Identifier
§ctx: ExprContext