EventLoopProxyProvider

Trait EventLoopProxyProvider 

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

Required Methods§

fn wake_up(&self)

See EventLoopProxy::wake_up for details.

Implementors§