Struct shakmaty::uci::InvalidUci [] [src]

pub struct InvalidUci { /* fields omitted */ }

Error when parsing an invalid UCI.

Trait Implementations

impl Debug for InvalidUci
[src]

[src]

Formats the value using the given formatter.

impl Display for InvalidUci
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidUci
[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

impl From<()> for InvalidUci
[src]

[src]

Performs the conversion.