Type Definition ggez::error::GameResult[][src]

type GameResult<T> = Result<T, GameError>;

A convenient result type consisting of a return type and a GameError