Trait sudoku::Puzzle [] [src]

pub trait Puzzle {
    fn order(&self) -> u8;
}

Includes information about puzzle difficulty and configuration.

Required Methods

The order of the puzzle.

Implementors