Type Alias EventHandlerMap

Source
pub type EventHandlerMap<T> = Arc<Mutex<HashMap<String, HandlerMap<T>>>>;
Expand description

Event Handler map

Aliased Typeยง

pub struct EventHandlerMap<T> { /* private fields */ }