pub type ExprName = ExprName<SourceRange>;Aliased Type§
pub struct ExprName {
pub range: SourceRange,
pub id: Identifier,
pub ctx: ExprContext,
}Fields§
§range: SourceRange§id: Identifier§ctx: ExprContextpub type ExprName = ExprName<SourceRange>;pub struct ExprName {
pub range: SourceRange,
pub id: Identifier,
pub ctx: ExprContext,
}range: SourceRange§id: Identifier§ctx: ExprContext