Enum wayland_client::ConnectError
[−]
[src]
pub enum ConnectError { NoWaylandLib, NoCompositorListening, }
Enum representing the possible reasons why connecting to the wayland server failed
Variants
NoWaylandLib
The library was compiled with the dlopen
feature, and the libwayland-client.so
library could not be found at runtime
NoCompositorListening
Any needed library was found, but the listening socket of the server could not be found.
Most of the time, this means that the program was not started from a wayland session.