Struct syn::BareFnArg [−][src]
An argument in a function type: the usize
in fn(usize) -> bool
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
attrs: Vec<Attribute>
name: Option<(Ident, Colon)>
ty: Type
Trait Implementations
impl ToTokens for BareFnArg
[src]
impl ToTokens for BareFnArg
[src]