Enums§
Functions§
- dump_
vtable_ πentries - first_
method_ πvtable_ slot - has_
own_ πexistential_ vtable_ entries - maybe_
iter π - Turns option of iterator into an iterator (this is just flatten)
- own_
existential_ πvtable_ entries - own_
existential_ πvtable_ entries_ iter - prepare_
vtable_ segments - Prepare the segments for a vtable
- prepare_
vtable_ πsegments_ inner - Helper for
prepare_vtable_segments
that returnsControlFlow
, such that we can use?
in the body. - provide π
- supertrait_
vtable_ πslot - Given a
dyn Subtrait
anddyn Supertrait
trait object, find the slot of the trait vptr in the subtraitβs vtable. - trait_
refs_ πare_ compatible - vtable_
entries π - Given a trait
trait_ref
, iterates the vtable entries that come fromtrait_ref
, including its supertraits.