Struct puzzle_solver::Solution [] [src]

pub struct Solution { /* fields omitted */ }

A dictionary mapping puzzle variables to the solution value.

Trait Implementations

impl Debug for Solution
[src]

Formats the value using the given formatter.

impl Index<VarToken> for Solution
[src]

The returned type after indexing

The method for the indexing (container[index]) operation