Struct shogi::SfenError [] [src]

pub struct SfenError {}

The error type for SFEN serialize/deserialize operations.

Trait Implementations

impl Debug for SfenError
[src]

Formats the value using the given formatter.

impl PartialEq for SfenError
[src]

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

This method tests for !=.

impl Eq for SfenError
[src]

impl Display for SfenError
[src]

Formats the value using the given formatter.

impl Error for SfenError
[src]

A short description of the error. Read more

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

impl From<ParseIntError> for SfenError
[src]

Performs the conversion.

impl From<Error> for SfenError
[src]

Performs the conversion.