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

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

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