Enum winit::CreationError [] [src]

pub enum CreationError {
    OsError(String),
    NotSupported,
}

Error that can happen while creating a window or a headless renderer.

Variants

TODO: remove this error

Trait Implementations

impl Debug for CreationError
[src]

Formats the value using the given formatter.

impl Display for CreationError
[src]

Formats the value using the given formatter. Read more

impl Error for CreationError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more