Enum usiagent::error::SfenStringConvertError [−][src]
pub enum SfenStringConvertError {
ToMoveString(ToMoveStringConvertError),
TypeConvertError(TypeConvertError<String>),
InvalidFormat(String),
}Expand description
sfen文字列の生成時エラー
Variants
ToMoveString(ToMoveStringConvertError)指し手文字列生成時のエラー
Tuple Fields of ToMoveString
TypeConvertError(TypeConvertError<String>)型変換時のエラー
Tuple Fields of TypeConvertError
InvalidFormat(String)不正なsfen文字列フォーマット
Tuple Fields of InvalidFormat
0: StringTrait 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 !=.