Enum alacritty::display::Error [−][src]
pub enum Error {
Window(Error),
Font(Error),
Render(Error),
Context(ContextError),
}Variants
Window(Error)
Tuple Fields
0: ErrorError with window management.
Font(Error)
Tuple Fields
0: ErrorError dealing with fonts.
Render(Error)
Tuple Fields
0: ErrorError in renderer.
Context(ContextError)
Tuple Fields
0: ContextErrorError during buffer swap.
Trait Implementations
Performs the conversion.