Type Definition ggez::error::GameResult

source ·
pub type GameResult<T = ()> = Result<T, GameError>;
Expand description

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