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
macro_rules! init_event_handler {
(
{$($event:ty: [$($handler:expr),* $(,)? ]),* $(,)?}
) => { ... };
}
init_event_handler creating macro
Not that crate must have Dependency
struct with its own implementation