pub trait SysGpuDisplayExt {
// Required method
fn open_wayland<P: AsRef<Path>>(
wayland_path: Option<P>,
) -> GpuDisplayResult<GpuDisplay>;
}Required Methods§
Sourcefn open_wayland<P: AsRef<Path>>(
wayland_path: Option<P>,
) -> GpuDisplayResult<GpuDisplay>
fn open_wayland<P: AsRef<Path>>( wayland_path: Option<P>, ) -> GpuDisplayResult<GpuDisplay>
Opens a fresh connection to the compositor.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.