Type Definition gomoku_core::board::PlaceResult [] [src]

type PlaceResult = Result<PlaceInfo, PlaceError>;

The type returned by the board when placing a stone