Function rustc_trait_selection::traits::vtable::vtable_trait_first_method_offset
source ยท pub(super) fn vtable_trait_first_method_offset<'tcx>(
tcx: TyCtxt<'tcx>,
trait_to_be_found: PolyTraitRef<'tcx>,
trait_owning_vtable: PolyTraitRef<'tcx>
) -> usizeExpand description
Find slot base for trait methods within vtable entries of another trait