Struct syn::BareFnArg [−][src]
Expand description
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: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BareFnArg
impl UnwindSafe for BareFnArg
Blanket Implementations
Mutably borrows from an owned value. Read more