rustc_ty_utils::implied_bounds

Function fn_sig_spans

Source
fn fn_sig_spans(
    tcx: TyCtxt<'_>,
    def_id: LocalDefId,
) -> impl Iterator<Item = Span> + '_