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 trait
trait_ref
, iterates the vtable entries that come fromtrait_ref
, including its supertraits.