Type Definition rustc_typeck::check::upvar::CapturesInfo[][src]

type CapturesInfo = (Option<HirId>, String);
Expand description

Intermediate format to store the hir_id pointing to the use that resulted in the corresponding place being captured and a String which contains the captured value’s name (i.e: a.b.c)