Struct syn::BareFnTy
[−]
[src]
pub struct BareFnTy {
pub lifetimes: Vec<LifetimeDef>,
pub decl: FnDecl,
}Fields
lifetimes: Vec<LifetimeDef>
decl: FnDecl
Trait Implementations
impl ToTokens for BareFnTy[src]
fn to_tokens(&self, tokens: &mut Tokens)
impl Debug for BareFnTy[src]
impl Clone for BareFnTy[src]
fn clone(&self) -> BareFnTy
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more