Struct syn::ParenthesizedParameterData [] [src]

pub struct ParenthesizedParameterData {
    pub inputs: Vec<Ty>,
    pub output: Option<Ty>,
}

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

Fields

(A, B)

C

Trait Implementations

impl ToTokens for ParenthesizedParameterData
[src]

impl Debug for ParenthesizedParameterData
[src]

Formats the value using the given formatter.

impl Clone for ParenthesizedParameterData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ParenthesizedParameterData
[src]

impl PartialEq for ParenthesizedParameterData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.