pub trait EventLoopWindowTargetExtWayland {
    // Required method
    fn is_wayland(&self) -> bool;
}
Expand description

Additional methods on EventLoopWindowTarget that are specific to Wayland.

Required Methods§

source

fn is_wayland(&self) -> bool

True if the EventLoopWindowTarget uses Wayland.

Implementors§