Function rustc::middle::typeck::astconv::opt_ast_region_to_region[src]
pub fn opt_ast_region_to_region<AC: AstConv, RS: RegionScope>(this: &AC, rscope: &RS, default_span: Span, opt_lifetime: &Option<Lifetime>) -> Region
pub fn opt_ast_region_to_region<AC: AstConv, RS: RegionScope>(this: &AC, rscope: &RS, default_span: Span, opt_lifetime: &Option<Lifetime>) -> Region
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).