Struct shakmaty::IllegalMove[][src]

pub struct IllegalMove;

Error in case of illegal moves.

Trait Implementations

impl Debug for IllegalMove
[src]

Formats the value using the given formatter. Read more

impl Display for IllegalMove
[src]

Formats the value using the given formatter. Read more

impl Error for IllegalMove
[src]

This method is soft-deprecated. Read more

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

impl From<()> for IllegalMove
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IllegalMove

impl Sync for IllegalMove