Struct usiagent::event::USIEventDispatcher[][src]

pub struct USIEventDispatcher<'b, K, E, T, L, UE> where
    K: MaxIndex + Debug,
    E: MapEventKind<K> + Debug,
    L: Logger,
    UE: PlayerError,
    EventHandlerError<K, UE>: From<UE>,
    usize: From<K>, 
{ /* fields omitted */ }
Expand description

EventDispatcherの実装

Implementations

USIEventDispatcherの生成

Arguments
  • error_handler - エラーを書き込むためのオブジェクト

Trait Implementations

イベントハンドラの追加 Read more

一度だけ実行されるイベントハンドラの追加 Read more

イベントのディスパッチ Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.