Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§