pub trait WindowExtWayland {
// Required method
fn xdg_surface_handle<'a>(&'a self) -> Option<&'a dyn HasXdgSurfaceHandle>;
}
Expand description
Additional methods on Window
that are specific to Wayland.
pub trait WindowExtWayland {
// Required method
fn xdg_surface_handle<'a>(&'a self) -> Option<&'a dyn HasXdgSurfaceHandle>;
}
Additional methods on Window
that are specific to Wayland.