Type Definition gust_render::event::EventReceiver

source ·
pub type EventReceiver = Rc<Receiver<(f64, WindowEvent)>>;