☰
Type Definition UpvarCaptureMap
Other items in
rustc_middle
::
ty
All crates
?
Type Definition
rustc_middle
::
ty
::
UpvarCaptureMap
[
−
]
[src]
pub type UpvarCaptureMap<'tcx> = FxHashMap<
UpvarId
,
UpvarCapture
<'tcx>>;