pub trait SysGpuDisplayExt {
    // Required method
    fn open_wayland<P: AsRef<Path>>(
        wayland_path: Option<P>
    ) -> GpuDisplayResult<GpuDisplay>;
}

Required Methods§

source

fn open_wayland<P: AsRef<Path>>( wayland_path: Option<P> ) -> GpuDisplayResult<GpuDisplay>

Opens a fresh connection to the compositor.

Implementors§