macro_rules! init_event_handler { ( {$($event:ty: [$($handler:expr $(=>($($injectable:ident),*))? ),* $(,)? ]),* $(,)?} ) => { ... }; }
Expand description
init_event_handler creating macro
Not that crate must have Dependency
struct with its own implementation