Struct syn::ParenthesizedGenericArguments [−][src]
Arguments of a function path segment: the (A, B) -> C
in Fn(A,B) -> C
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
paren_token: Paren
inputs: Punctuated<Type, Comma>
(A, B)
output: ReturnType
C
Trait Implementations
impl Synom for ParenthesizedGenericArguments
[src]
[+]
impl Synom for ParenthesizedGenericArguments
impl ToTokens for ParenthesizedGenericArguments
[src]
[+]
impl ToTokens for ParenthesizedGenericArguments
impl Clone for ParenthesizedGenericArguments
[src]
[+]
impl Clone for ParenthesizedGenericArguments
Auto Trait Implementations
impl !Send for ParenthesizedGenericArguments
impl !Send for ParenthesizedGenericArguments
impl !Sync for ParenthesizedGenericArguments
impl !Sync for ParenthesizedGenericArguments