Enum bitboard::BitboardError [] [src]

pub enum BitboardError {
    OutOfBounds(usizeusize),
    UnknownError,
}

Variants

Trait Implementations

impl PartialEq for BitboardError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for BitboardError
[src]

impl Debug for BitboardError
[src]

[src]

Formats the value using the given formatter.