pub type HookConfig = HashMap<String, Vec<HookDefinition>>;
Hook configuration (from settings) – HashMap<event, matchers>.
pub struct HookConfig { /* private fields */ }