Traits§
- Coerce
Unsized Experimental - Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.
- Dispatch
From Dyn Experimental DispatchFromDyn
is used in the implementation of dyn-compatibility checks (specifically allowing arbitrary self types), to guarantee that a method’s receiver type can be dispatched on.