[][src]Type Definition taurus::GameResult

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

A generic result type used throughout the game.