Struct syn::ExprParen [−][src]
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
impl ToTokens for ExprParen
[src]
impl ToTokens for ExprParen
[src]