Struct syn::BareFnArg [−][src]
An argument in a function type: the usize
in fn(usize) -> bool
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
name: Option<(BareFnArgName, Colon)>
ty: Type