Function vtable_entries

Source
fn vtable_entries<'tcx>(
    tcx: TyCtxt<'tcx>,
    trait_ref: TraitRef<'tcx>,
) -> &'tcx [VtblEntry<'tcx>]
Expand description

Given a trait trait_ref, iterates the vtable entries that come from trait_ref, including its supertraits.