Trait usiagent::error::PlayerError[][src]

pub trait PlayerError: Error + Debug + Send + 'static { }
Expand description

USIPlayerの実装から投げられるエラーであることを示すマーカートレイト

Implementors