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

Required Associated Types§

Implementors§