Enum winit::CreationError
[−]
[src]
pub enum CreationError {
OsError(String),
NotSupported,
}Error that can happen while creating a window or a headless renderer.
Variants
OsError(String)NotSupportedTODO: remove this error
Trait Implementations
impl Debug for CreationError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for CreationError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more