pub const fn assert_dst<T: ?Sized>()
Accepts any type, including an unsized type, without performing work.
The ?Sized bound removes the implicit Sized requirement. The const signature permits use from const contexts.
?Sized
Sized