Trait Solveable

Source
pub trait Solveable {
    // Required method
    fn try_solve(self) -> SolveReport;
}

Required Methods§

Implementors§