Enum sudoku::SolveError [] [src]

pub enum SolveError {
    Unknown,
    // some variants omitted
}

Encodes errors encountered while attempting a puzzle solution.

Variants

A mere placeholder; this will be replaced by proper errors in a future revision.

Trait Implementations

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SolveError

impl Sync for SolveError