Macro init_event_handler

Source
macro_rules! init_event_handler {
    (
        {$($event:ty: [$($handler:expr),* $(,)? ]),* $(,)?}
    ) => { ... };
}
Expand description

init_event_handler creating macro Not that crate must have Dependency struct with its own implementation