Enum wayland_client::GlobalError
[−]
[src]
pub enum GlobalError {
Missing,
VersionTooLow(u32),
}An error that occured trying to bind a global
Variants
MissingThe requested global was missing
VersionTooLow(u32)The global abvertized by the server has a lower version number than the one requested