macro_rules! plugin { ( $name:expr, $category:expr, $help:expr, $plugin_type:ty , $plugin_argument:ty) => { ... }; }
Macro to help creation of plugin.