Struct rustc_typeck::middle::ty::FreeRegionUnstable
[-] [+]
[src]
pub struct FreeRegion { pub scope: DestructionScopeData, pub bound_region: BoundRegion, }
A "free" region fr
can be interpreted as "some region
at least as big as the scope fr.scope
".
Fields
scope | |
bound_region |