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 Clone for ExprParen
[src]
impl Clone for ExprParen
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for ExprParen
[src]
impl ToTokens for ExprParen
[src]