pub trait ExPtrPointee: PointeeSized {
type ExternalTraitSpecificationFor: Pointee;
type Metadata: Copy + Send + Sync + Ord + Hash + Unpin + Debug + Sized + Freeze;
}Required Associated Types§
type ExternalTraitSpecificationFor: Pointee
type Metadata: Copy + Send + Sync + Ord + Hash + Unpin + Debug + Sized + Freeze
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".