pub(super) fn signature_return_has_lifetime( tcx: TyCtxt<'_>, def_id: DefId, ) -> Option<(String, String)>
Check if the source-level function signature has a named lifetime in return type.