pub trait ToSfen<E> where E: Error + Display, { fn to_sfen(&self) -> Result<String, E>; }
USIプロトコル準拠のsfen形式文字列へ変換する