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_segmentsthat returnsControlFlow, such that we can use?in the body. - provide π
- supertrait_
vtable_ πslot - Given a
dyn Subtraitanddyn Supertraittrait 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.