Struct futures_await_syn::TyGroup [] [src]

pub struct TyGroup {
    pub group_token: Group,
    pub ty: Box<Ty>,
}

No-op: kept solely so that we can pretty-print faithfully

Fields

Trait Implementations

impl Synom for TyGroup
[src]

[src]

impl ToTokens for TyGroup
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for TyGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more