rustc_hir_analysis::collect

Function impl_trait_header

source
fn impl_trait_header(
    tcx: TyCtxt<'_>,
    def_id: LocalDefId,
) -> Option<ImplTraitHeader<'_>>