typst_utils::fat

Function vtable

source
pub unsafe fn vtable<T: ?Sized>(ptr: *const T) -> NonNull<()>
Expand description

Extract the address to a trait object’s vtable.

§Safety

Must only be called when T is a dyn Trait.