Struct syn::ExprParen [−][src]
Expand description
A parenthesized expression: (a + b)
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
paren_token: Paren
expr: Box<Expr>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprParen
impl UnwindSafe for ExprParen
Blanket Implementations
Mutably borrows from an owned value. Read more