pub trait UpcastFrom<S: ?Sized> { }Expand description
Marker for type-safe generic upcast relationships.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait UpcastFrom<S: ?Sized> { }Marker for type-safe generic upcast relationships.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".