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