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