pub trait ApplicationWindowId:
Clone
+ Debug
+ Eq
+ Hash
+ Send { }Expand description
Trait for window identifiers in an application.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".