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