command_handler

Macro command_handler 

Source
macro_rules! command_handler {
    ($plugin:ident) => { ... };
    ($plugin:ident, $commands:expr) => { ... };
    ($plugin:ident, $commands:expr, $handler:expr) => { ... };
}
Expand description

Helper macro for implementing CommandHandler trait