pub trait ExPtrPointee {
type ExternalTraitSpecificationFor: Pointee;
type Metadata: Copy + Send + Sync + Ord + Hash + Unpin + Debug + Sized + Freeze;
}pub trait ExPtrPointee {
type ExternalTraitSpecificationFor: Pointee;
type Metadata: Copy + Send + Sync + Ord + Hash + Unpin + Debug + Sized + Freeze;
}