Skip to main content

EventHandlers

Type Alias EventHandlers 

Source
pub type EventHandlers = HashMap<String, Vec<EventHandler>>;
Expand description

A map from event name to the list of registered handler closures.

Aliased Typeยง

pub struct EventHandlers { /* private fields */ }