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