macro_rules! export_plugin {
($plugin_type:ty) => { ... };
}
Expand description
Export the plugin creation function for native plugins
macro_rules! export_plugin {
($plugin_type:ty) => { ... };
}
Export the plugin creation function for native plugins