[][src]Type Definition alacritty::window::Result

type Result<T> = Result<T, Error>;

Result of fallible operations concerning a Window.