pub type Expr = Decorated<ExprKind>;
Aliased Type§
struct Expr {
pub ty: Ty,
pub span: Span,
pub contents: Box<ExprKind>,
pub hir_id: Option<(usize, usize)>,
pub attributes: Vec<Attribute>,
}
Fields§
§ty: Ty
§span: Span
§contents: Box<ExprKind>
§hir_id: Option<(usize, usize)>
§attributes: Vec<Attribute>