Enum winit::platform_impl::platform::EventLoop
source · pub enum EventLoop<T: 'static> {
Wayland(Box<EventLoop<T>>),
X(EventLoop<T>),
}
pub enum EventLoop<T: 'static> {
Wayland(Box<EventLoop<T>>),
X(EventLoop<T>),
}