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