Skip to main content

ToUsiCommand

Trait ToUsiCommand 

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

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

Required Methods§

Source

fn to_usi_command(&self) -> Result<T, E>

Implementations on Foreign Types§

Source§

impl ToUsiCommand<String, UsiOutputCreateError> for Vec<UsiInfoSubCommand>

Implementors§