Enums§
Functions§
- 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. - vtable_
entries 🔒 - Given a trait
trait_ref
, iterates the vtable entries that come fromtrait_ref
, including its supertraits.