The representation of &Trait.
&Trait
struct TraitObject { data: *mut u8, vtable: *mut u8, }
The pointer to the data in the slice.
The pointer to the vtable of the slice.