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
Trait Implementations
impl Debug for GlobalError[src]
impl Debug for GlobalErrorAuto Trait Implementations
impl Send for GlobalError
impl Send for GlobalErrorimpl Sync for GlobalError
impl Sync for GlobalError