pub struct ExprInfer {
pub attrs: Vec<Attribute>,
pub underscore_token: Underscore,
}
Expand description
The inferred value of a const generic argument, denoted _
.
Fields§
§attrs: Vec<Attribute>
§underscore_token: Underscore
pub struct ExprInfer {
pub attrs: Vec<Attribute>,
pub underscore_token: Underscore,
}
The inferred value of a const generic argument, denoted _
.
attrs: Vec<Attribute>
§underscore_token: Underscore