pub trait PresentableWindow: WindowProviderwhere
Self::Handle: GPUSurfaceHandle,{ }Expand description
Marker trait for window providers whose handle can be used as a GPU surface.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".