Struct rustc_ap_rustc_ast::ast::BareFnTy [−][src]
pub struct BareFnTy { pub unsafety: Unsafe, pub ext: Extern, pub generic_params: Vec<GenericParam>, pub decl: P<FnDecl>, }
Fields
unsafety: Unsafe
ext: Extern
generic_params: Vec<GenericParam>
decl: P<FnDecl>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BareFnTy
impl !UnwindSafe for BareFnTy
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V