Enum shakmaty::fen::FenError [] [src]

pub enum FenError {
    InvalidFen,
    InvalidBoard,
    InvalidPocket,
    InvalidTurn,
    InvalidCastling,
    InvalidEpSquare,
    InvalidRemainingChecks,
    InvalidHalfmoveClock,
    InvalidFullmoves,
}

Errors that can occur when parsing a FEN.

Variants

Trait Implementations

impl Eq for FenError
[src]

impl PartialEq for FenError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for FenError
[src]

[src]

Formats the value using the given formatter.

impl Display for FenError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FenError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more