Trait usiagent::player::InfoSender [−][src]
pub trait InfoSender: Clone + Send + 'static {
fn send(
&mut self,
commands: Vec<UsiInfoSubCommand>
) -> Result<(), InfoSendError>;
}
Expand description
infoコマンドを出力する