Struct futures_await_syn::ParenthesizedParameterData [] [src]

pub struct ParenthesizedParameterData {
    pub paren_token: Paren,
    pub inputs: Delimited<Ty, Comma>,
    pub output: FunctionRetTy,
}

A path like Foo(A,B) -> C

Fields

(A, B)

C

Trait Implementations

impl Synom for ParenthesizedParameterData
[src]

[src]

impl ToTokens for ParenthesizedParameterData
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for ParenthesizedParameterData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more