Function rustc_query_impl::make_query::impl_trait_ref [−][src]
pub fn impl_trait_ref<'tcx>(
tcx: QueryCtxt<'tcx>,
key: impl_trait_ref<'tcx>
) -> QueryStackFrame
Expand description
Given an impl_id
, return the trait it implements.
Return None
if this is an inherent impl.