Type Definition rustc_middle::ty::MinCaptureList[][src]

pub type MinCaptureList<'tcx> = Vec<CapturedPlace<'tcx>>;
Expand description

Part of MinCaptureInformationMap; List of CapturePlaces.