Module rustc_trait_selection::traits::vtable
source · Enums§
Functions§
- dump_
vtable_ πentries - maybe_
iter πTurns option of iterator into an iterator (this is just flatten) - Prepare the segments for a vtable
- provide π
- Given a
dyn Subtrait
anddyn Supertrait
trait object, find the slot of the trait vptr in the subtraitβs vtable. - vtable_
entries πGiven a traittrait_ref
, iterates the vtable entries that come fromtrait_ref
, including its supertraits.