pub trait EventLoopExtX11 { // Required method fn is_x11(&self) -> bool; }
Additional methods on EventLoop that are specific to X11.
EventLoop
True if the EventLoop uses X11.