Skip to main content

ExPtrPointee

Trait ExPtrPointee 

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

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§