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

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