Trait usiagent::selfmatch::SelfMatchKifuWriter [−][src]
pub trait SelfMatchKifuWriter {
fn write(
&mut self,
initial_sfen: &String,
m: &Vec<Move>
) -> Result<(), KifuWriteError>;
fn to_sfen(
&self,
initial_sfen: &String,
m: &Vec<Move>
) -> Result<String, SfenStringConvertError> { ... }
}
Expand description
棋譜を記録する