Enum nannou::ui::backend::glium::glium::backend::glutin::glutin::WindowCreationError[]

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

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

Variants

TODO: remove this error

Trait Implementations

impl From<CreationError> for CreationError

Performs the conversion.

impl Error for CreationError

This method is soft-deprecated. Read more

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

impl Display for CreationError

Formats the value using the given formatter. Read more

impl Clone for CreationError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreationError

Formats the value using the given formatter. Read more

Auto Trait Implementations