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

pub type UpvarCaptureMap<'tcx> = FxHashMap<UpvarId, UpvarCapture<'tcx>>;