Struct futures_await_syn::ExprParen [] [src]

pub struct ExprParen {
    pub expr: Box<Expr>,
    pub paren_token: Paren,
}

No-op: used solely so we can pretty-print faithfully

Fields

Trait Implementations

impl Synom for ExprParen
[src]

[src]

impl ToTokens for ExprParen
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for ExprParen
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more