Struct rustc_trans::middle::ty::UnboxedClosureExperimental
[-]
[+]
[src]
pub struct UnboxedClosure<'tcx> { pub closure_type: ClosureTy<'tcx>, pub kind: UnboxedClosureKind, }
Records information about each unboxed closure.
Fields
closure_type | The type of the unboxed closure. |
kind | The kind of unboxed closure this is. |