Module unsize
Traits
- CoerceUnsized Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.
-
DispatchFromDyn
DispatchFromDynis used in the implementation of dyn-compatibility[^1] checks (specifically allowing arbitrary self types), to guarantee that a method's receiver type can be dispatched on.