macro_rules! init_command_handler { ( {$($command:ty:$handler:expr $(=>($($injectable:ident),*))? ),* $(,)?} ) => { ... }; }
Expand description
init_command_handler creating macro
macro_rules! init_command_handler { ( {$($command:ty:$handler:expr $(=>($($injectable:ident),*))? ),* $(,)?} ) => { ... }; }
init_command_handler creating macro