Enum usiagent::error::ToMoveStringConvertError [−][src]
pub enum ToMoveStringConvertError {
CharConvert(DanConvertError),
AbortedError,
}
Expand description
指し手の文字列表現と内部表現の変換時のエラー
Variants
CharConvert(DanConvertError)
値から盤面の段への変換に失敗した
Tuple Fields of CharConvert
思考を中断したケースで指し手文字列を生成しようとした
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.