Trait usiagent::protocol::ToUsiCommand[][src]

pub trait ToUsiCommand<T, E> where
    T: Debug,
    E: Debug + Error
{ fn to_usi_command(&self) -> Result<T, E>; }
Expand description

USIプロトコル準拠のコマンドを表現するオブジェクトへ変換する

Required methods

Implementations on Foreign Types

Implementors