macro_rules! command_handler {
($plugin:ident) => { ... };
($plugin:ident, $commands:expr) => { ... };
($plugin:ident, $commands:expr, $handler:expr) => { ... };
}Expand description
Helper macro for implementing CommandHandler trait
macro_rules! command_handler {
($plugin:ident) => { ... };
($plugin:ident, $commands:expr) => { ... };
($plugin:ident, $commands:expr, $handler:expr) => { ... };
}Helper macro for implementing CommandHandler trait