pub trait EventLoopProxyProvider: Send + Sync + Debug { // Required method fn wake_up(&self); }
See EventLoopProxy::wake_up for details.
EventLoopProxy::wake_up