pub(super) fn vtable_trait_first_method_offset<'tcx>(
    tcx: TyCtxt<'tcx>,
    trait_to_be_found: PolyTraitRef<'tcx>,
    trait_owning_vtable: PolyTraitRef<'tcx>
) -> usize
Expand description

Find slot base for trait methods within vtable entries of another trait