Type Alias ruva::TEventHandler

source ·
pub type TEventHandler<E> = HashMap<String, EventHandlers<E>>;
Expand description

Event handlers TEventBus work on

Aliased Type§

struct TEventHandler<E> { /* private fields */ }