Module rustc::middle::typeck::rscope[src]

Structs

BindingRscope

A scope in which we generate anonymous, late-bound regions for omitted regions. This occurs in function signatures.

ExplicitRscope

Traits

RegionScope

Defines strategies for handling regions that are omitted. For example, if one writes the type &Foo, then the lifetime of this reference has been omitted. When converting this type, the generic functions in astconv will invoke anon_regions on the provided region-scope to decide how to translate this omitted region.