pub unsafe trait IsInterface: ObjectType { }Expand description
Trait implemented by interface types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub unsafe trait IsInterface: ObjectType { }Trait implemented by interface types.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".