Function syntax::ast_util::name_to_dummy_lifetimeExperimental
[-]
[+]
[src]
pub fn name_to_dummy_lifetime(name: Name) -> Lifetime
pub fn name_to_dummy_lifetime(name: Name) -> Lifetime
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, enum,
trait, typedef (or
tdef).