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

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

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