pub trait EventLoopProxyProvider:
Send
+ Sync
+ Debug {
// Required method
fn wake_up(&self);
}Required Methods§
Sourcefn wake_up(&self)
fn wake_up(&self)
See EventLoopProxy::wake_up for details.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".