Enum wayland_client::GlobalError[][src]

pub enum GlobalError {
    Missing,
    VersionTooLow(u32),
}

An error that occured trying to bind a global

Variants

The requested global was missing

The global abvertized by the server has a lower version number than the one requested

Trait Implementations

impl Debug for GlobalError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GlobalError

impl Sync for GlobalError