Struct futures_await_syn::ExprGroup [] [src]

pub struct ExprGroup {
    pub expr: Box<Expr>,
    pub group_token: Group,
}

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

A group represents a None-delimited span in the input TokenStream which affects the precidence of the resulting expression. They are used for macro hygiene.

Fields

Trait Implementations

impl Synom for ExprGroup
[src]

[src]

impl ToTokens for ExprGroup
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for ExprGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more