[][src]Trait rs_sudoku::Solveable

pub trait Solveable {
    fn try_solve(self) -> SolveReport;
}

Required methods

Loading content...

Implementors

impl Solveable for Sudoku
[src]

Loading content...