pub trait WindowExtWayland {
// Required method
fn xdg_toplevel(&self) -> Option<NonNull<c_void>>;
}
Available on
wayland_platform
only.Expand description
Additional methods on Window
that are specific to Wayland.