Trait cosmic::iced_winit::winit::platform::wayland::WindowExtWayland

source ·
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.

Required Methods§

Implementors§