EventLoopProxyProvider

Trait EventLoopProxyProvider 

Source
pub trait EventLoopProxyProvider:
    Send
    + Sync
    + Debug {
    // Required method
    fn wake_up(&self);
}

Required Methods§

Source

fn wake_up(&self)

See EventLoopProxy::wake_up for details.

Implementors§