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 Clone for BareFnArg
[src]
impl Clone for BareFnArg
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for BareFnArg
[src]
impl ToTokens for BareFnArg
[src]