Struct rustc_middle::ty::print::pretty::RegionFolder [−][src]
struct RegionFolder<'a, 'tcx> {
tcx: TyCtxt<'tcx>,
current_index: DebruijnIndex,
region_map: BTreeMap<BoundRegion, Region<'tcx>>,
name: &'a mut (dyn FnMut(BoundRegion) -> Region<'tcx> + 'a),
}
Expand description
Folds through bound vars and placeholders, naming them
Fields
tcx: TyCtxt<'tcx>
current_index: DebruijnIndex
region_map: BTreeMap<BoundRegion, Region<'tcx>>
name: &'a mut (dyn FnMut(BoundRegion) -> Region<'tcx> + 'a)
Trait Implementations
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for RegionFolder<'a, 'tcx>
impl<'a, 'tcx> !Send for RegionFolder<'a, 'tcx>
impl<'a, 'tcx> !Sync for RegionFolder<'a, 'tcx>
impl<'a, 'tcx> Unpin for RegionFolder<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for RegionFolder<'a, 'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes