Enums

Functions

  • Read from any impl Read. If all goes well, will return Ok<Game> with a game initialised with that pattern. Can return errors for failed parsing.
  • Read the file at a given path. If all goes well, will return Ok(game), with a game initialised with that pattern. Can return errors for either file access or failed parsing.