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