rustc::ty::UpvarCaptureMap
[−]
[src]
type UpvarCaptureMap = FnvHashMap<UpvarId, UpvarCapture>;
Unstable (
rustc_private
)