Functionsยง
- dummy_
public_ ๐attr_ info - dynify ๐
- Takes a
T
valid in the context of a trait ref and transforms it into aT
valid in the context of its vtable definition, i.e. no longer mentionsSelf
. Ifnew_self
isSome
, we replace any mention ofSelf
with it; otherwise we panic ifSelf
is mentioned. - usize_
ty ๐