Struct rustc::middle::typeck::rscope::BindingRscope[src]
pub struct BindingRscope {
// some fields omitted
}A scope in which we generate anonymous, late-bound regions for omitted regions. This occurs in function signatures.
pub struct BindingRscope {
// some fields omitted
}A scope in which we generate anonymous, late-bound regions for omitted regions. This occurs in function signatures.
impl BindingRscopefn new(binder_id: NodeId) -> BindingRscopeimpl RegionScope for BindingRscope
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).