Function rustc_hir_analysis::coherence::inherent_impls::inherent_impls
source ยท pub(crate) fn inherent_impls(
tcx: TyCtxt<'_>,
ty_def_id: LocalDefId,
) -> Result<&[DefId], ErrorGuaranteed>
Expand description
On-demand query: yields a vector of the inherent impls for a specific type.