Enum alacritty::display::window::Error [−][src]
pub enum Error {
ContextCreation(CreationError),
Font(Error),
Context(ContextError),
}Expand description
Window errors.
Variants
ContextCreation(CreationError)
Tuple Fields
Error creating the window.
Font(Error)
Tuple Fields
0: ErrorError dealing with fonts.
Context(ContextError)
Tuple Fields
0: ContextErrorError manipulating the rendering context.
Trait Implementations
Performs the conversion.
Performs the conversion.