Enum shakmaty::san::SanError[][src]

pub enum SanError {
    IllegalSan,
    AmbiguousSan,
}

IllegalSan or AmbiguousSan.

Variants

Standard algebraic notation does not match a legal move.

Standard algebraic notation matches multiple legal moves.

Trait Implementations

impl Debug for SanError
[src]

Formats the value using the given formatter. Read more

impl Display for SanError
[src]

Formats the value using the given formatter. Read more

impl Error for SanError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for SanError

impl Sync for SanError