export_plugin_with

Macro export_plugin_with 

Source
macro_rules! export_plugin_with {
    ($plugin_type:ty, $constructor:expr) => { ... };
}
Expand description

Helper macro to export the plugin creation function with a custom constructor