Trait usiagent::player::InfoSender[][src]

pub trait InfoSender: Clone + Send + 'static {
    fn send(
        &mut self,
        commands: Vec<UsiInfoSubCommand>
    ) -> Result<(), InfoSendError>; }
Expand description

infoコマンドを出力する

Required methods

infoコマンドを出力する

Arguments
  • commands - infoサブコマンドのリスト

Implementors