Trait embedder_traits::EventLoopWaker
source · pub trait EventLoopWaker: 'static + Send {
// Required methods
fn clone_box(&self) -> Box<dyn MainThreadWaker>;
fn wake(&self);
}
pub trait EventLoopWaker: 'static + Send {
// Required methods
fn clone_box(&self) -> Box<dyn MainThreadWaker>;
fn wake(&self);
}