Trait usiagent::protocol::ToSfen[][src]

pub trait ToSfen<E> where
    E: Error + Display
{ fn to_sfen(&self) -> Result<String, E>; }
Expand description

USIプロトコル準拠のsfen形式文字列へ変換する

Required methods

Implementations on Foreign Types

Implementors