Struct syntax::ast::ClosureTyExperimental
[-]
[+]
[src]
pub struct ClosureTy { pub lifetimes: Vec<LifetimeDef>, pub unsafety: Unsafety, pub onceness: Onceness, pub decl: P<FnDecl>, pub bounds: TyParamBounds, }
Represents the type of a closure
Fields
lifetimes | |
unsafety | |
onceness | |
decl | |
bounds |