Struct shogi::SfenError
[−]
[src]
pub struct SfenError {}The error type for SFEN serialize/deserialize operations.
Trait Implementations
impl Debug for SfenError[src]
impl PartialEq for SfenError[src]
fn eq(&self, __arg_0: &SfenError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for SfenError[src]
impl Display for SfenError[src]
impl Error for SfenError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<ParseIntError> for SfenError[src]
fn from(_: ParseIntError) -> SfenError
Performs the conversion.