pub type ExprAttribute = ExprAttribute<SourceRange>;Aliased Type§
pub struct ExprAttribute {
pub range: SourceRange,
pub value: Box<Expr<SourceRange>>,
pub attr: Identifier,
pub ctx: ExprContext,
}Fields§
§range: SourceRange§value: Box<Expr<SourceRange>>§attr: Identifier§ctx: ExprContext