Type Definition rustc_middle::ty::MinCaptureList [−][src]
pub type MinCaptureList<'tcx> = Vec<CapturedPlace<'tcx>>;
Expand description
Part of MinCaptureInformationMap
; List of CapturePlace
s.
pub type MinCaptureList<'tcx> = Vec<CapturedPlace<'tcx>>;
Part of MinCaptureInformationMap
; List of CapturePlace
s.