Function rustdoc::clean::is_elided_lifetime
source · fn is_elided_lifetime(param: &GenericParam<'_>) -> boolExpand description
This can happen for async fn, e.g. async fn f<'_>(&'_ self).
See lifetime_to_generic_param in rustc_ast_lowering for more information.