Struct syn::FnDecl [−][src]
Header of a function declaration, without including the body.
This type is available if Syn is built with the "full"
feature.
Fields
fn_token: Fn
generics: Generics
paren_token: Paren
inputs: Punctuated<FnArg, Comma>
variadic: Option<Dot3>
output: ReturnType