Function wayland_client::is_available
[−]
[src]
pub fn is_available() -> bool
Checks if the wayland lib is available
If the dlopen
feature is disabled, will always return true
.
If it is enabled, will return true
if the wayland-client lib
is available and can be used.