macro_rules! plugin {
    ( $name:expr, $category:expr, $help:expr, $plugin_type:ty , $plugin_argument:ty) => { ... };
}
Expand description

Macro to help creation of plugin.