pub trait GPUSurfaceHandle:
HasWindowHandle
+ HasDisplayHandle
+ Send
+ Sync
+ Clone
+ 'static { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait GPUSurfaceHandle:
HasWindowHandle
+ HasDisplayHandle
+ Send
+ Sync
+ Clone
+ 'static { }This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".