Expand description
This module contains some error and result definitions used in this crate.
Enums§
- Sudoku
Error - Miscellaneous errors that can occur on some methods in the root module. This does not exclude errors that occur when parsing Sudoku, see SudokuParseError for that.
- Sudoku
Parse Error - An enumeration of the errors that may occur when parsing a Sudoku or SudokuGrid.
Type Aliases§
- Sudoku
Parse Result - Syntactic sugar for
Result<V, SudokuParseError>
. - Sudoku
Result - Syntactic sugar for
Result<V, SudokuError>
.